[][src]Function rs_password_utils::dice::generate

pub fn generate(size: usize) -> String

Generates a passphrase, defining the amount of words that comprise it.

The words are separated with spaces. (Separation with spaces is proposed here)