pub fn new(length: usize) -> String
Expand description

generate random word and to String

let words_0 = rand_word::new(20); // generate 100 random words
println!("{:?}", words_0);