diff options
Diffstat (limited to 'random.txi')
-rw-r--r-- | random.txi | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -1,8 +1,4 @@ - - - - @defun random n @@ -17,10 +13,6 @@ to the value of the 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 calls to @code{random}. @end defun - - - - @defvar *random-state* Holds a data structure that encodes the internal state of the random-number generator that @code{random} uses by default. The nature @@ -39,8 +31,6 @@ Returns a new copy of argument @var{state}. Returns a new copy of @code{*random-state*}. @end defun - - @defun seed->random-state seed Returns a new object of type suitable for use as the value of the @@ -52,8 +42,6 @@ Calling @code{seed->random-state} with unequal arguments will nearly always return unequal states. @end defun - - @defun make-random-state @@ -65,5 +53,3 @@ Scheme object; the first 50 characters of its printed representation will be used as the seed. Otherwise the value of @code{*random-state*} is used as the seed. @end defun - - |