Function generate

Source
pub fn generate(
    profile_name: &str,
    profile: &Option<String>,
    force: bool,
    csprng: &mut impl CryptoRngCore,
)