CalcIt Commands

RANDOMIZE

Randomize initializes the built-in random number generator with a random value (obtained from the system clock). The random number generator should be initialized by making a call to Randomize, or by assigning a value to RandSeed.

Typically, Randomize is called only once, before all calls to Random.

Go Back