[go: up one dir, main page]

Function lcg32_step

Source
pub const fn lcg32_step(mul: u32, add: u32, state: u32) -> u32
Expand description

Advance a 32-bit LCG’s state.