RandomSeed()
Syntax
RandomSeed(Value)Description
Changes the actual seed for random number returned with Random().
Note: each times a program start, a new seed is generated, so RandomSeed() is only useful when the programmer want to get always the same random number in the same order.
Supported OS
All