pub fn gen() -> &'static str
Returns a reference to a randomly generated english word.
let word = random_word::gen();