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