Definition at line 1239 of file random.
typedef _UniformRandomNumberGenerator1 std::tr1::xor_combine< _UniformRandomNumberGenerator1, __s1, _UniformRandomNumberGenerator2, __s2 >::base1_type |
typedef _UniformRandomNumberGenerator2 std::tr1::xor_combine< _UniformRandomNumberGenerator1, __s1, _UniformRandomNumberGenerator2, __s2 >::base2_type |
typedef __gnu_cxx::__conditional_type<(sizeof(_Result_type1) > std::tr1::xor_combine< _UniformRandomNumberGenerator1, __s1, _UniformRandomNumberGenerator2, __s2 >::sizeof(_Result_type2)) |
result_type std::tr1::xor_combine< _UniformRandomNumberGenerator1, __s1, _UniformRandomNumberGenerator2, __s2 >::operator() | ( | ) | [inline] |
bool operator!= | ( | const xor_combine< _UniformRandomNumberGenerator1, __s1, _UniformRandomNumberGenerator2, __s2 > & | __lhs, | |
const xor_combine< _UniformRandomNumberGenerator1, __s1, _UniformRandomNumberGenerator2, __s2 > & | __rhs | |||
) | [friend] |
Compares two xor_combine random number generator objects of the same type for inequality.
__lhs | A xor_combine random number generator object. | |
__rhs | Another xor_combine random number generator object. |
std::basic_ostream<_CharT, _Traits>& operator<< | ( | std::basic_ostream< _CharT, _Traits > & | __os, | |
const xor_combine< _UniformRandomNumberGenerator11, __s11, _UniformRandomNumberGenerator21, __s21 > & | __x | |||
) | [friend] |
Inserts the current state of a xor_combine random number generator engine __x
into the output stream __os
.
__os | An output stream. | |
__x | A xor_combine random number generator engine. |
__x
inserted or in an error state. bool operator== | ( | const xor_combine< _UniformRandomNumberGenerator1, __s1, _UniformRandomNumberGenerator2, __s2 > & | __lhs, | |
const xor_combine< _UniformRandomNumberGenerator1, __s1, _UniformRandomNumberGenerator2, __s2 > & | __rhs | |||
) | [friend] |
Compares two xor_combine random number generator objects of the same type for equality.
__lhs | A xor_combine random number generator object. | |
__rhs | Another xor_combine random number generator object. |
std::basic_istream<_CharT, _Traits>& operator>> | ( | std::basic_istream< _CharT, _Traits > & | __is, | |
xor_combine< _UniformRandomNumberGenerator11, __s11, _UniformRandomNumberGenerator21, __s21 > & | __x | |||
) | [friend] |
Extracts the current state of a xor_combine random number generator engine __x
from the input stream __is
.
__is | An input stream. | |
__x | A xor_combine random number generator engine. |
__x
extracted or in an error state.