Module Random
The Random module.
Exported from
Library Random
Summary
Module Random
The Random module.
Random names
Random names
$random-bits-count
*random-state*
<random-state>
Random
random-bits
random-exponential
random-float
random-gaussian
The Random library provides random number support in several random number distributions.
Number of bits returned by random-bits.
An instance that maintains the random state.
Used to compute a random number.
Generates a random integer.
Generates a random series of bits.
A generic function.
A generic function.
A generic function.