Skip to main content

Module xoshiro

Module xoshiro 

Source
Expand description

Xoshiro256** pseudo-random number generator.

A fast, high-quality 256-bit state PRNG. Seeded from [SystemTime] at construction. The seed is spread across 4 u64 state words using the finalizer from splitmix64 (golden ratio + two mixing steps).

Structsยง

Xoshiro256