pub fn u32(range: impl RangeBounds<u32>) -> u32Expand description
Returns a random u32 in the given range(thread-safe, but not cryptographically secure).
Panics if the range is invalid.
pub fn u32(range: impl RangeBounds<u32>) -> u32Returns a random u32 in the given range(thread-safe, but not cryptographically secure).
Panics if the range is invalid.