Std::exponential_distribution _realtype -
An exponential continuous distribution for random numbers.
The formula for the exponential probability density function is $p(x|\lambda) = \lambda e^{-\lambda x}$.
Mean$ac{1}{\lambda}$ Median$ac{\ln 2}{\lambda}$ Mode$zero$ Range$[0, \infty]$ Standard Deviation$ac{1}{\lambda}$ Distribution Statistics
Definition at line 4648 of file random.h.
Generated automatically by Doxygen for libstdc++ from the source code.