pub fn u16(range: impl RangeBounds<u16>) -> u16Expand description
Generates a random u16 in the given range.
Panics if the range is empty.
pub fn u16(range: impl RangeBounds<u16>) -> u16Generates a random u16 in the given range.
Panics if the range is empty.