RANDOMIZE

RANDOMIZE [seed]

Seeds the random number generator. An optional integer number can be provided as the seed seed. If no seed is given, then the amount of clock ticks elapsed since the program was launched is used as the seed.

Example:

randomize
randomize 15