Function fastrand::global_rng::u128
source ยท pub fn u128(range: impl RangeBounds<u128>) -> u128
Expand description
Generates a random u128
in the given range.
Panics if the range is empty.
pub fn u128(range: impl RangeBounds<u128>) -> u128
Generates a random u128
in the given range.
Panics if the range is empty.