//! Auto-generated module
//!
//! 🤖 Generated with [SplitRS](https://github.com/cool-japan/splitrs)
/// Xorshift64 pseudo-random number generator step; updates `state` in-place
/// and returns the new value.
/// Produce a uniform f64 in [0, 1) from an xorshift64 state.