|
libstdc++
|
A cauchy_distribution random number distribution. More...
A cauchy_distribution random number distribution.
The formula for the normal probability mass function is
| typedef _RealType std::cauchy_distribution< _RealType >::result_type |
| result_type std::cauchy_distribution< _RealType >::max | ( | ) | const [inline] |
| result_type std::cauchy_distribution< _RealType >::min | ( | ) | const [inline] |
| result_type std::cauchy_distribution< _RealType >::operator() | ( | _UniformRandomNumberGenerator & | __urng | ) | [inline] |
Generating functions.
Definition at line 2789 of file random.h.
References std::cauchy_distribution< _RealType >::operator()().
Referenced by std::cauchy_distribution< _RealType >::operator()().
| void std::cauchy_distribution< _RealType >::param | ( | const param_type & | __param | ) | [inline] |
| param_type std::cauchy_distribution< _RealType >::param | ( | ) | const [inline] |
Returns the parameter set of the distribution.
Definition at line 2759 of file random.h.
Referenced by std::operator>>().
| void std::cauchy_distribution< _RealType >::reset | ( | ) | [inline] |
| bool operator== | ( | const cauchy_distribution< _RealType > & | __d1, |
| const cauchy_distribution< _RealType > & | __d2 | ||
| ) | [friend] |