Module type Rand.RNGSource


module type RNGSource = sig  end
All sources must provide this signature:


type t
val genrand : unit -> t
val min : t
val max : t