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