package nocrypto

  1. Overview
  2. Docs

Module signatures.

module type Generator = sig ... end

A single PRNG algorithm.

module type N = sig ... end

Typed generation of a particular numeric type.