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