home *** CD-ROM | disk | FTP | other *** search
- ############################################################################
- #
- # File: irandom
- #
- # Subject: Procedure to randomize the random number generator
- #
- # Author: Robert J. Alexander
- #
- # Date: September 7, 1990
- #
- ###########################################################################
- #
- # irandom() -- Procedure to set &random to a "random" value, based
- # on the time of day.
- #
-
- procedure irandom()
- return .(&random := map(&clock,":","0"))
- end
-