[go: up one dir, main page]

lcg128_step

Function lcg128_step 

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

Advance a 32-bit LCG’s state.