[][src]Function rs_password_utils::dice::generate_with_separator

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

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

size is the amount of words that comprise the passphrase.