pub fn u64(range: impl RangeBounds<u64>) -> u64
Generates a random u64 in the given range.
u64
Panics if the range is empty.