[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

The random number generator.



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