thrust::random::operator==

Defined in thrust/random/discard_block_engine.h

template<typename Engine, size_t p, size_t r>
bool thrust::random::operator==(const discard_block_engine<Engine, p, r> &lhs, const discard_block_engine<Engine, p, r> &rhs)

This function checks two discard_block_engines for equality.

Parameters
Returns

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