home *** CD-ROM | disk | FTP | other *** search
-
- The random command returns a random number or seeds the random number
- generator.
-
- Usge:
-
- random x
-
- returns a random integer between 0 and x-1
-
-
- random x seed
-
- seeds the random number generator with x
-
-
- BUGS
-
- uses the library routine, consequently a seed and the random number are
- for everyone using the shared library. This will be changed to where
- each program using the library has a private seed and number.
-