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