[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
7.5.19.1 The Default Random Source
- Function: random-integer n
Return a random number between zero (inclusive) and n (exclusive), using the default random source. The numbers returned have a uniform distribution.
- Function: random-real
Return a random number in (0,1), using the default random source. The numbers returned have a uniform distribution.
- Function: default-random-source
A random source from which
random-integer
andrandom-real
have been derived usingrandom-source-make-integers
andrandom-source-make-reals
(see section Obtaining random number generator procedures for those procedures). Note that an assignment todefault-random-source
does not changerandom-integer
orrandom-real
; it is also strongly recommended not to assign a new value.
This document was generated on April 20, 2013 using texi2html 5.0.