libstdc++
|
bool std::operator!= | ( | const std::normal_distribution< _RealType > & | __d1, |
const std::normal_distribution< _RealType > & | __d2 | ||
) | [inline] |
bool std::operator!= | ( | const std::lognormal_distribution< _RealType > & | __d1, |
const std::lognormal_distribution< _RealType > & | __d2 | ||
) | [inline] |
bool std::operator!= | ( | const std::gamma_distribution< _RealType > & | __d1, |
const std::gamma_distribution< _RealType > & | __d2 | ||
) | [inline] |
bool std::operator!= | ( | const std::chi_squared_distribution< _RealType > & | __d1, |
const std::chi_squared_distribution< _RealType > & | __d2 | ||
) | [inline] |
bool std::operator!= | ( | const std::cauchy_distribution< _RealType > & | __d1, |
const std::cauchy_distribution< _RealType > & | __d2 | ||
) | [inline] |
bool std::operator!= | ( | const std::fisher_f_distribution< _RealType > & | __d1, |
const std::fisher_f_distribution< _RealType > & | __d2 | ||
) | [inline] |
bool std::operator!= | ( | const std::student_t_distribution< _RealType > & | __d1, |
const std::student_t_distribution< _RealType > & | __d2 | ||
) | [inline] |
std::basic_ostream< _CharT, _Traits > & std::operator<< | ( | std::basic_ostream< _CharT, _Traits > & | __os, |
const std::cauchy_distribution< _RealType > & | __x | ||
) |
Inserts a cauchy_distribution random number distribution __x
into the output stream __os
.
__os | An output stream. |
__x | A cauchy_distribution random number distribution. |
__x
inserted or in an error state. Definition at line 1868 of file random.tcc.
References std::ios_base::flags(), std::left(), and std::scientific().
bool std::operator== | ( | const std::cauchy_distribution< _RealType > & | __d1, |
const std::cauchy_distribution< _RealType > & | __d2 | ||
) | [inline] |
Return true if two Cauchy distributions have the same parameters.
Definition at line 2811 of file random.h.
References std::cauchy_distribution< _RealType >::param().
std::basic_istream< _CharT, _Traits > & std::operator>> | ( | std::basic_istream< _CharT, _Traits > & | __is, |
std::cauchy_distribution< _RealType > & | __x | ||
) |
Extracts a cauchy_distribution random number distribution __x
from the input stream __is
.
__is | An input stream. |
__x | A cauchy_distribution random number generator engine. |
__x
extracted or in an error state. Definition at line 1892 of file random.tcc.
References std::dec(), std::ios_base::flags(), std::cauchy_distribution< _RealType >::param(), and std::skipws().