module UniformDist: IDISTnew UniformDist.rng low high returns an object that will generate
random numbers in the range low < x < high. I need to test more.| Parameters: |
|
type t = Source.t
val min : tval max : tclass rng : t -> t -> object end