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