A function that produces the next "random" real when called.
A function that produces the next "random" int when called. If it is not supplied, then the next random int
Generate a random integer between the parameters min and max inclusive.
If not supplied, defaults to 1.
Generate a random number between 0 and 1 inclusive.
Generated using TypeDoc
A "Random" device that produces numbers based on defined generator functions.