[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
The random number generator.
- To: (BUG LISP) at MIT-MC
- Subject: The random number generator.
- From: SGR at MIT-MC (Stephen G. Rowley)
- Date: Sat, 29 Sep 79 03:08:00 GMT
- Original-date: 28 SEP 1979 2308-EDT
The Lisp Manual documents the function RANDOM on p. 2-74 as
resetting the random number generator's seed when given two
fixnums as an argument, i.e.,
(random n1 n2)
resets the seed.
However, the interpreter chokes and says that this is the
wrong number of args. Has the RANDOM function been changed
since the date of the manual?
Thanks,
SGR