[go: up one dir, main page]

lcg64_step

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.