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_enginesfor inequality.- Parameters
- lhs – The first - linear_feedback_shift_engineto test.
- rhs – The second - linear_feedback_shift_engineto test.
 
- Returns
- trueif- lhsis not equal to- rhs;- false, otherwise.