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: |
|
type t = Source.t
val min : t
val max : t
class rng : t -> t -> object end