[go: up one dir, main page]

Function lcg64_step

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

Advance a 32-bit LCG’s state.