Function fastrand::char

source ยท
pub fn char(range: impl RangeBounds<char>) -> char
Available on crate feature std only.
Expand description

Generates a random char in the given range.

Panics if the range is empty.