Module Gmp41.RNG


module RNG: sig  end


type randstate_t

type randalg_t =
| GMP_RAND_ALG_LC of int

val randinit_lc : int -> randstate_t
val randinit : randalg_t -> randstate_t
Parameters:
() : randalg_t
val default : randstate_t