Module Gmp.RNG


module RNG: sig .. end

type randstate_t 

type randalg_t =
| GMP_RAND_ALG_LC of int
val randinit : randalg_t -> randstate_t
val default : randstate_t