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