thrust::random::operator!=

Defined in thrust/random/xor_combine_engine.h

template<typename Engine1_, size_t s1_, typename Engine2_, size_t s2_>
bool thrust::random::operator!=(const xor_combine_engine<Engine1_, s1_, Engine2_, s2_> &lhs, const xor_combine_engine<Engine1_, s1_, Engine2_, s2_> &rhs)

This function checks two xor_combine_engines for inequality.

Parameters
Returns

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