RANDOMIZE
The RANDOMIZE command reseeds the random number generator. If the random number generator is not reseeded the RND() command can return the same sequence of random numbers. To change the sequence of random number every time the program is run, place a randomize statement with an integer number at the beginning of the program and change the value with each run.

SYNTAX
RANDOMIZE Seed Value

RELATED INFO
CORE Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example