Randomize |
Top Previous Next |
Randomize - Seed the random-number generator Description The Randomize statement is used to seed and initialize the random-number generator. Randomize [Number] The optional Number is used to seed the generate with an alternate number, if omitted the the value returned by the system timer is used as the seed value. |