Function randomize::formulas::lcg64_step

source ·
pub const fn lcg64_step(mul: u64, add: u64, state: u64) -> u64
Expand description

Advance a 32-bit LCG’s state.