Function randomize::formulas::lcg32_step

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

Advance a 32-bit LCG’s state.