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