This package contains utility functions for the random number
generators, that are usually of no interest for the user (they are,
for example, used in package Blocks.Noise).
Name |
Description |
initialStateWithXorshift64star |
Return an initial state vector for a random number generator
(based on xorshift64star algorithm) |
automaticGlobalSeed |
Creates an automatic integer seed (typically from the current
time and process id; this is an impure function) |
initializeImpureRandom |
Initializes the internal state of the impure random number
generator |
impureRandom |
Impure random number generator (with hidden state vector) |
impureRandomInteger |
Impure random number generator for integer values (with hidden
state vector) |