The (pseudo) random numbers created by this are always the same. Can I change that?
Code:Public Function Rand(ByVal Low As Long, _ ByVal High As Long) As Long Rand = Int((High - Low + 1) * Rnd) + Low End Function
|
Results 1 to 11 of 11
Thread: Random Numbers The SameThreaded View
|
Click Here to Expand Forum to Full Width |