thrust::random::operator!=
Defined in thrust/random/linear_feedback_shift_engine.h
-
template<typename UIntType_, size_t w_, size_t k_, size_t q_, size_t s_>
bool thrust::random::operator!=(const linear_feedback_shift_engine<UIntType_, w_, k_, q_, s_> &lhs, const linear_feedback_shift_engine<UIntType_, w_, k_, q_, s_> &rhs) This function checks two
linear_feedback_shift_engines
for inequality.- Parameters
lhs – The first
linear_feedback_shift_engine
to test.rhs – The second
linear_feedback_shift_engine
to test.
- Returns
true
iflhs
is not equal torhs
;false
, otherwise.