Trait ethers::core::k256::elliptic_curve::bigint::Random[][src]

pub trait Random {
    fn random(rng: impl CryptoRng + RngCore) -> Self;
}
Expand description

Random number generation support.

Required methods

Generate a cryptographically secure random value.

Implementors