Function alea::u64_in_range[][src]

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

Generate a random u64 value in the range [min, max] (i.e., both endpoints are included).