[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Initialize random number generator
Source position: systemh.inc line 846
procedure Randomize; |
Randomize initializes the random number generator of Free Pascal, by giving a value to Randseed, calculated with the system clock.
For an example, see Random.
None.
|
Generate random number |