Format
RANDOMIZE
Description
This statement will cause the seed for the random number generator to be
reseeded using the system timer. This statement should always precede the
first RND statement in your program, unless you want the same sequence of
random numbers generated.
Example
RANDOMIZE
The above statement would insure that each time your program runs, any
subsequent RND numbers generated would be different.
See Also
|