guile-devel
[Top][All Lists]
Advanced

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

doc *random-state*


From: Kevin Ryde
Subject: doc *random-state*
Date: Tue, 11 Nov 2003 10:23:29 +1000
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

        * scheme-data.texi (Random): Add *random-state* variable, put note at
        the top of the node about it being the default, rather than just in
        the description of random.


Pseudo-random numbers are generated from a random state object, which
can be created with `seed->random-state'.  The STATE parameter to the
various functions below is optional, it defaults to the state object in
the `*random-state*' variable.

...

 - Variable: *random-state*
     The global random state used by the above functions when the STATE
     parameter is not given.


Attachment: scheme-data.texi.random.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]