pub fn generate_mnemonic_phrase<R: Rng>(
    rng: &mut R,
    count: usize
) -> Result<String, WalletError>
Expand description

Generates a random mnemonic phrase given a random number generator and the number of words to generate, count.