Module type Rand.IFDIST


module type IFDIST = functor (Ops : sig  end) -> functor (Source : sig  end) -> sig  end
Module type for distributions that need a uniform float source but return integer types and whose rng class constructor takes one argument.
Parameters:
Ops : sig end
Source : sig end


type t = Ops.t
val min : t
val max : t
class rng : t -> object  end