pub fn generate_mnemonic_phrase<R: Rng>(
rng: &mut R,
count: usize,
) -> Result<String, Error>
Available on crate features
std
and random
only.Expand description
Generates a random mnemonic phrase given a random number generator and
the number of words to generate, count
.