The state of the random generator monad.
The meaning of size depends on the particular generator used.
A pseudo random character
Generates a pseudo random float in a given interval
Generates a pseudo random integer in a given interval
Generates a pseudo random record if generators are provided for each field
A pseudo random string
Generates a pseudo random tuple if generators are provided for each position
A random generator which approximates a uniform random variable on [0, 1]
Run a random generator
Composes computations in sequence, using the return value of one computation to determine the next computation.
Creates a new Seed
. Any number can be given as it will be rounded and overflows are wrapped internally.
Generated using TypeDoc
The random generator monad
0.1.0