Mean | ![]() |
Median | ![]() |
Mode | ![]() |
Range | ![]() |
Standard Deviation | ![]() |
Definition at line 2113 of file random.
std::tr1::exponential_distribution< _RealType >::exponential_distribution | ( | const result_type & | __lambda = result_type(1) |
) | [inline, explicit] |
Constructs an exponential distribution with inverse scale parameter .
Definition at line 2126 of file random.
References _GLIBCXX_DEBUG_ASSERT.
_RealType std::tr1::exponential_distribution< _RealType >::lambda | ( | ) | const [inline] |
void std::tr1::exponential_distribution< _RealType >::reset | ( | ) | [inline] |
std::basic_ostream<_CharT, _Traits>& operator<< | ( | std::basic_ostream< _CharT, _Traits > & | __os, | |
const exponential_distribution< _RealType1 > & | __x | |||
) | [friend] |
Inserts a exponential_distribution random number distribution __x
into the output stream __os
.
__os | An output stream. | |
__x | A exponential_distribution random number distribution. |
__x
inserted or in an error state. std::basic_istream<_CharT, _Traits>& operator>> | ( | std::basic_istream< _CharT, _Traits > & | __is, | |
exponential_distribution< _RealType > & | __x | |||
) | [friend] |