pub fn random_u64_range(min: u64, max: u64) -> u64
Expand description

Generates a random u64 value between the given min and max.