libstdc++
|
An exponential continuous distribution for random numbers.
The formula for the exponential probability density function is .
Mean | |
Median | |
Mode | |
Range | |
Standard Deviation |
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] |
result_type std::exponential_distribution< _RealType >::operator() | ( | _UniformRandomNumberGenerator & | __urng | ) | [inline] |
Generating functions.
Definition at line 4248 of file random.h.
References std::exponential_distribution< _RealType >::operator()(), and std::exponential_distribution< _RealType >::param().
Referenced by std::exponential_distribution< _RealType >::operator()().
param_type std::exponential_distribution< _RealType >::param | ( | ) | const [inline] |
Returns the parameter set of the distribution.
Definition at line 4218 of file random.h.
Referenced by std::exponential_distribution< _RealType >::operator()(), std::operator==(), and std::operator>>().
void std::exponential_distribution< _RealType >::param | ( | const param_type & | __param | ) | [inline] |
void std::exponential_distribution< _RealType >::reset | ( | ) | [inline] |