Get the internal state as an array of 4 u64 values.
StaticfromCreate a new PRNG from a state array.
Serialize the state to 32 bytes (little-endian).
StaticfromCreate a new PRNG from 32 bytes of seed data (little-endian).
Generate the next u64 value.
Generate the next u32 value (upper bits of u64 for better quality).
Generate the next byte.
Generate the next n bytes.
Fill a buffer with random bytes.
Xoshiro256** PRNG implementation. A fast, high-quality pseudorandom number generator.