Functor Rand.UniformDist2


module UniformDist2: IDIST
new UniformDist2.rng low high returns an object that will generate random numbers in the range low <= x < high. See above about testing, especially since these uniform algorithms didn't come from Knuth.
Parameters:
Ops : sig end
Source : sig end


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