pub trait CryptoBlockRng: BlockRngCore { }
dep_rand_core
A marker trait used to indicate that an RngCore implementation is supposed to be cryptographically secure.
RngCore
See CryptoRng docs for more information.
CryptoRng