Random

Module with apseudo-random number generator

Procedures

Int

Returns next random integer number from 0 to max

PROCEDURE Int*(max: INTEGER): INTEGER;

Randomize

Reset the random process with the current time

PROCEDURE Randomize*();