pub fn xpg_plus(
words: usize,
digits: usize,
symbols: usize,
lc: usize,
uc: usize,
any: usize
) -> StringExpand description
Generate xkcd-style password with a specified number of words and append random digits, symbols, lowercase, uppercase and/or any characters.