RandomSeed()

Syntax

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

Note: 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.

Supported OS

All

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