module UniformDist2: IDISTnew 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: |
|
type t = Source.t
val min : tval max : tclass rng : t -> t -> object end