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