thrust::random::operator!=
Defined in thrust/random/subtract_with_carry_engine.h
-
template<typename UIntType_, size_t w_, size_t s_, size_t r_>
bool thrust::random::operator!=(const subtract_with_carry_engine<UIntType_, w_, s_, r_> &lhs, const subtract_with_carry_engine<UIntType_, w_, s_, r_> &rhs) This function checks two
subtract_with_carry_enginesfor inequality.- Parameters
lhs – The first
subtract_with_carry_engineto test.rhs – The second
subtract_with_carry_engineto test.
- Returns
trueiflhsis not equal torhs;false, otherwise.