RandomSeed()

Syntax

RandomSeed(Value)
Description
Changes the actual random number seed for values returned with Random().

Note: each times a program start, a new seed is generated, so RandomSeed() is only useful when you want to generate the same random numbers in the same order every time the program is run.

Supported OS

All

<- Random() - Misc Index - Red() ->