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 ); (1) (since C++11) 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 ); (2