diff options
author | Kevin Ryde <user42@zip.com.au> | 2003-11-08 20:27:41 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2003-11-08 20:27:41 +0000 |
commit | f4de8d110eaac0682741efe5dcbcc74c03354f1a (patch) | |
tree | 81a52290188f91e321a73f28a81a6c7a16d9ee96 | |
parent | ced8edb0f9545e7e37ec62cf7ab6c0c1c66fe1db (diff) | |
download | guile-f4de8d110eaac0682741efe5dcbcc74c03354f1a.tar.gz |
(Random): In random, use @code for *random-state*.
Reported by Stephen Compall.
-rwxr-xr-x | doc/ref/scheme-data.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/scheme-data.texi b/doc/ref/scheme-data.texi index 7fa4ac6bd..f45170773 100755 --- a/doc/ref/scheme-data.texi +++ b/doc/ref/scheme-data.texi @@ -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 |