Rng.S
Module signatures.
module type Generator = sig ... end
A single PRNG algorithm.
module type N = sig ... end
Typed generation of a particular numeric type.