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