Randomize

Declaration:
Procedure Randomize ;
Description:
Randomize initializes the random number generator of Free Pascal, by giving a value to Randseed, calculated with the system clock.
Errors:
None.
See also:
Random (550)

For an example, see Random (550).