Function rand_u64

Source
pub fn rand_u64(lower_bound: u64, upper_bound: u64) -> Result<u64, Error>