pub fn string(length: usize) -> StringExpand description
Generates an alphanumeric ASCII string of the requested byte length.
Each character is sampled independently with the thread-local generator. Because the alphabet is ASCII, the character and byte lengths are equal.