- make-exponential-generator meanprocedure
Returns a generator that yields real numbers from an exponential distribution with the specified mean.
Chicken note: Unlike make-random-exponentials from srfi-27, this procedure does not limit mean to be less than or equal to 1.