RandomSeed()

Syntax

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

Parameters

Value The new seed for the random number generator.

Return value

None.

Remarks

Each time a program is started, a new seed is generated, therefore RandomSeed() is useful only when the goal is to generate the same random numbers in the same order every time the program is executed.

See Also

Random(), RandomizeArray(), RandomizeList()

Supported OS

All

<- Random() - Math Index - Round() ->