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 equality.

Parameters
Returns

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