function template
<random>
std::relational operators equality (1)template <class UIntType, UIntType a, UIntType c, UIntType m>bool operator== ( const linear_congruential_engine<UIntType,a,c,m>& lhs, const linear_congruential_engine<UIntType,a,c,m>& rhs );inequality (2)
template <class UIntType, UIntType a, UIntType c, UIntType m>bool operator!= ( const linear_congruential_engine<UIntType,a,c,m>& lhs, const linear_congruential_engine<UIntType,a,c,m>& rhs );
Relational operators
Performs the appropriate equality or inequality comparison operation between the linear_congruential_engine objects lhs and rhs.Two engines of the same type compare equal if they have both the same internal state, and hence any number of future calls to the operator() member on both objects would generate the same sequence of values.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4