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