-
Declaration:
- Function Random [(L : Longint)] : Longint or Real;
-
Description:
- Random returns a random number larger or equal to 0 and strictly less than L. If the
argument L is omitted, a Real number between 0 and 1 is returned. (0 included, 1 excluded)
-
Errors:
- None.
-
See also:
- Randomize (551)
Listing: refex/ex49.pp