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
System
If there is insufficient information on this page and you wish learn more about RANDOMIZE, please send an email to smallbasic@gmail.com. You can help to improve information about RANDOMIZE by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.