[][src]Function fastrand::u16

pub fn u16(range: impl RangeBounds<u16>) -> u16

Generates a random u16 in the given range.

Panics if the range is empty.