Module type Rand.RNGSource


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

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