Module solana_evm_loader_program::scope::evm::secp256k1::rand::rngs::adapter[][src]

Wrappers / adapters forming RNGs

Structs

ReadRng

An RNG that reads random bytes straight from any type supporting std::io::Read, for example files.

ReseedingRng

A wrapper around any PRNG that implements BlockRngCore, that adds the ability to reseed it.