RandomSeed()
语法
RandomSeed(Value)概要
Changes the random number seed for the values returned with Random() and RandomData().
参数
Value The new seed for the random number generator.
返回值
无.
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.
参阅
Random(), RandomData(), RandomizeArray(), RandomizeList()
已支持操作系统
所有