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