1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00

(Random): In random, use @code for *random-state*.

Reported by Stephen Compall.
This commit is contained in:
Kevin Ryde 2003-11-08 20:27:41 +00:00
parent ced8edb0f9
commit f4de8d110e

View file

@ -1245,7 +1245,7 @@ distribution.
The optional argument @var{state} must be of the type produced The optional argument @var{state} must be of the type produced
by @code{seed->random-state}. It defaults to the value of the by @code{seed->random-state}. It defaults to the value of the
variable @var{*random-state*}. This object is used to maintain variable @code{*random-state*}. This object is used to maintain
the state of the pseudo-random-number generator and is altered the state of the pseudo-random-number generator and is altered
as a side effect of the random operation. as a side effect of the random operation.
@end deffn @end deffn