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
lhs – The first
discard_block_engine
to test.rhs – The second
discard_block_engine
to test.
- Returns
true
iflhs
is equal torhs
;false
, otherwise.