Functor Rand.UniformDist


module UniformDist: IDIST
new UniformDist.rng low high returns an object that will generate random numbers in the range low < x < high. I need to test more.
Parameters:
Ops : sig end
Source : sig end


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