libstdc++
|
Functions | |
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) |
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 2120 of file bits/random.tcc.
References std::tan().
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 2165 of file bits/random.tcc.
References std::ios_base::flags(), and std::cauchy_distribution< _RealType >::param().