Functor Rand.ExponentialDist


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:
Source : sig end


type t = float
val min : t
val max : t
class rng : t -> object  end