Function fastrand::alphabetic
source ยท pub fn alphabetic() -> char
Available on crate feature
std
only.Expand description
Generates a random char
in ranges a-z and A-Z.
pub fn alphabetic() -> char
std
only.Generates a random char
in ranges a-z and A-Z.