CryptoSafeEngine
interface CryptoSafeEngine implements Engine (View source)
A marker interface indicating that the Random\Engine returns cryptographically secure randomness.
Methods
Details
string
generate()
Generates randomness
Returns randomness and advances the algorithm’s state by one step.