Skip to main content

string

Function string 

Source
pub fn string(length: usize) -> String
Expand 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.