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