pub fn mod_u64(n: u64) -> u64Available on crate feature
tls only.Expand description
Generates a random u64 value in range (0..n).
ยงNotice
This has a very slight bias. Use range_u64() instead for no bias.
pub fn mod_u64(n: u64) -> u64tls only.Generates a random u64 value in range (0..n).
This has a very slight bias. Use range_u64() instead for no bias.