pub fn mod_u32(n: u32) -> u32Available on crate feature
tls only.Expand description
Generates a random u32 value in range (0..n).
ยงNotice
This has a very slight bias. Use range_u32() instead for no bias.
pub fn mod_u32(n: u32) -> u32tls only.Generates a random u32 value in range (0..n).
This has a very slight bias. Use range_u32() instead for no bias.