equality (1) | template <class Engine, size_t w, class UIntType> bool operator== ( const independent_bits_engine<Engine,w,UIntType>& lhs, const independent_bits_engine<Engine,p,UIntType>& rhs ); |
---|---|
inequality (2) | template <class Engine, size_t w, class UIntType> bool operator!= ( const independent_bits_engine<Engine,w,UIntType>& lhs, const independent_bits_engine<Engine,p,UIntType>& rhs ); |