Navigation: Function Reference > General Utility Functions > randomize()

randomize()

Top  Previous  Next

randomize;

 

Used in conjunction with the random function. It repositions the random number generator.

 

Parameters

 

none

takes no parameters

 

var f: Double;

 

randomize;

 

f := random;