makeRandomBip32PrivateKey
export function makeRandomBip32PrivateKey(random: NumberGenerator): Bip32PrivateKey
Generate a Bip32PrivateKey from a random number generator. This is not cryptographically secure, only use this for testing purpose
Arguments
1. random
random: NumberGenerator
Returns
Bip32PrivateKey