thrust::random::operator!=

Defined in thrust/random/linear_congruential_engine.h

template<typename UIntType_, UIntType_ a_, UIntType_ c_, UIntType_ m_>
bool thrust::random::operator!=(const linear_congruential_engine<UIntType_, a_, c_, m_> &lhs, const linear_congruential_engine<UIntType_, a_, c_, m_> &rhs)

This function checks two linear_congruential_engines for inequality.

Parameters
Returns

true if lhs is not equal to rhs; false, otherwise.