An exponential continuous distribution for random numbers. More...
An exponential continuous distribution for random numbers.
The formula for the exponential probability density function is .
Mean |
|
Median |
|
Mode |
|
Range |
|
Standard Deviation |
|
Definition at line 3650 of file random.h.
typedef _RealType std::exponential_distribution< _RealType >::result_type |
std::exponential_distribution< _RealType >::exponential_distribution | ( | const result_type & | __lambda = result_type(1) |
) | [inline, explicit] |
_RealType std::exponential_distribution< _RealType >::lambda | ( | ) | const [inline] |
result_type std::exponential_distribution< _RealType >::max | ( | ) | const [inline] |
result_type std::exponential_distribution< _RealType >::min | ( | ) | const [inline] |
void std::exponential_distribution< _RealType >::param | ( | const param_type & | __param | ) | [inline] |
param_type std::exponential_distribution< _RealType >::param | ( | ) | const [inline] |
Returns the parameter set of the distribution.
Definition at line 3712 of file random.h.
Referenced by std::operator>>().
void std::exponential_distribution< _RealType >::reset | ( | ) | [inline] |