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

Parameters
Returns

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