Legal Information |
|
The following code generates a random number. The Randomize statement seeds or sets up the random generator.
If a succession of random numbers are required the Randomize statement should only be entered once or else it is possible to generate identical random numbers.
Randomize
r1 = Rnd
Search Knowledge Base | Feedback |