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:
parent
ced8edb0f9
commit
f4de8d110e
1 changed files with 1 additions and 1 deletions
|
@ -1245,7 +1245,7 @@ distribution.
|
|||
|
||||
The optional argument @var{state} must be of the type produced
|
||||
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
|
||||
as a side effect of the random operation.
|
||||
@end deffn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue