Module sim::input_modeling::uniform_rng[][src]

Structs

UniformRNG

The random number generator used in simulations is a permuted congruential generator with 128-bit state, internal multiplicative congruential generator, and 64-bit output via “xorshift low (bits), random rotation” output function. This random number generator is seeded and portable across platforms (e.g., WASM compilation targets).