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_enginesfor inequality.- Parameters
lhs – The first
xor_combine_engineto test.rhs – The second
xor_combine_engineto test.
- Returns
trueiflhsis not equal torhs;false, otherwise.