<< >> Up Title Contents

seed

seed [ <value> ]

Reinitialises the pseudo random generator. The seed passed to the random generator is -abs(nint(value)). If the <value> is omitted, the random generator will be passed the number of hundredth of seconds passed since midnight, essentially initializing the sequence at a unknown fairly random point.


<< >> Up Title Contents