pub fn u64(range: impl RangeBounds<u64>) -> u64
Available on crate feature
std
only.Expand description
Generates a random u64
in the given range.
Panics if the range is empty.
pub fn u64(range: impl RangeBounds<u64>) -> u64
std
only.Generates a random u64
in the given range.
Panics if the range is empty.