Classes |
class | std::cauchy_distribution< _RealType > |
| A cauchy_distribution random number distribution. More...
|
class | std::chi_squared_distribution< _RealType > |
| A chi_squared_distribution random number distribution. More...
|
class | std::fisher_f_distribution< _RealType > |
| A fisher_f_distribution random number distribution. More...
|
class | std::gamma_distribution< _RealType > |
| A gamma continuous distribution for random numbers. More...
|
class | std::lognormal_distribution< _RealType > |
| A lognormal_distribution random number distribution. More...
|
class | std::normal_distribution< _RealType > |
| A normal continuous distribution for random numbers. More...
|
class | std::student_t_distribution< _RealType > |
| A student_t_distribution random number distribution. More...
|
Functions |
template<typename _RealType > |
bool | std::operator!= (const std::normal_distribution< _RealType > &__d1, const std::normal_distribution< _RealType > &__d2) |
template<typename _RealType > |
bool | std::operator!= (const std::lognormal_distribution< _RealType > &__d1, const std::lognormal_distribution< _RealType > &__d2) |
template<typename _RealType > |
bool | std::operator!= (const std::gamma_distribution< _RealType > &__d1, const std::gamma_distribution< _RealType > &__d2) |
template<typename _RealType > |
bool | std::operator!= (const std::chi_squared_distribution< _RealType > &__d1, const std::chi_squared_distribution< _RealType > &__d2) |
template<typename _RealType > |
bool | std::operator!= (const std::cauchy_distribution< _RealType > &__d1, const std::cauchy_distribution< _RealType > &__d2) |
template<typename _RealType > |
bool | std::operator!= (const std::fisher_f_distribution< _RealType > &__d1, const std::fisher_f_distribution< _RealType > &__d2) |
template<typename _RealType > |
bool | std::operator!= (const std::student_t_distribution< _RealType > &__d1, const std::student_t_distribution< _RealType > &__d2) |
template<typename _RealType , typename _CharT , typename _Traits > |
std::basic_ostream< _CharT,
_Traits > & | std::operator<< (std::basic_ostream< _CharT, _Traits > &__os, const std::cauchy_distribution< _RealType > &__x) |
template<typename _RealType , typename _CharT , typename _Traits > |
std::basic_istream< _CharT,
_Traits > & | std::operator>> (std::basic_istream< _CharT, _Traits > &__is, std::cauchy_distribution< _RealType > &__x) |