pub fn generate_mnemonic_phrase<R: Rng>( rng: &mut R, count: usize, ) -> Result<String>
Generates a random mnemonic phrase given a random number generator and the number of words to generate, count.
count