module ExponentialDist: functor (Source : sig end) -> sig end
new ExponentialDist.rng mean
returns an object that will generate
random floats in an exponential distribution with the given mean.Parameters: |
|
typet =
float
val min : t
val max : t
class rng : Source.state -> t -> object end