Function generate_with_separator

Source
pub fn generate_with_separator(size: usize, separator: &str) -> String
Expand description

Generates a passphrase by defining a separator to be used between the words.

size is the amount of words that comprise the passphrase.