thrust::random::operator==
Defined in thrust/random/xor_combine_engine.h
-
template<typename Engine1_, size_t s1_, typename Engine2_, size_t s2_>
bool thrust::random::operator==(const xor_combine_engine<Engine1_, s1_, Engine2_, s2_> &lhs, const xor_combine_engine<Engine1_, s1_, Engine2_, s2_> &rhs) This function checks two
xor_combine_engines
for equality.- Parameters
lhs – The first
xor_combine_engine
to test.rhs – The second
xor_combine_engine
to test.
- Returns
true
iflhs
is equal torhs
;false
, otherwise.