Topics
Module with apseudo-random number generator
Returns next random integer number from 0 to max
PROCEDURE Int*(max: INTEGER): INTEGER;
Reset the random process with the current time
PROCEDURE Randomize*();