Module Nocrypto.Rng.Generators

module Generators: sig .. end
Ready-to-use RNG algorithms.

module Fortuna: Nocrypto.Rng.S.Generator 
Fortuna, a CSPRNG proposed by Schneier.
module Hmac_drgb: sig .. end
HMAC_DRBG: A NIST-specified RNG based on HMAC construction over the provided hash.
module Null: Nocrypto.Rng.S.Generator 
No-op generator returning exactly the bytes it was seeded with.