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