![]() |
![]() |
|||||||||
|
If number is | Rnd generates |
Less than zero |
The same number every time, using number as the seed. |
Greater than zero |
The next random number in the sequence. |
Equal to zero |
The most recently generated number. |
Not supplied |
The next random number in the sequence. |
Int((upperbound - lowerbound + 1) * Rnd + lowerbound)
Here, upperbound is the highest number in the range, and lowerbound is the lowest number in the range.Note
To repeat sequences of random numbers, call the Rnd function with a negative argument immediately before using the Randomize statement with a numeric arguments. Using the Randomize statement with the same value for number does not repeat the previous sequence.
Copyright © 2000 Chili!Soft