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