SYNOPSIS

Detailed Description

template<typename _RealType = double>class 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.

Author

Generated automatically by Doxygen for libstdc++ from the source code.