.. index:: single: Random .. _Random: ****** Random ****** Module with apseudo-random number generator Procedures ========== .. _Random.Int: Int --- Returns next random integer number from 0 to max .. code-block:: modula2 PROCEDURE Int*(max: INTEGER): INTEGER; .. _Random.Randomize: Randomize --------- Reset the random process with the current time .. code-block:: modula2 PROCEDURE Randomize*();