pub const fn lcg128_step(mul: u128, add: u128, state: u128) -> u128
Expand description

Advance a 32-bit LCG’s state.