thrust::random::operator==
Defined in thrust/random/normal_distribution.h
-
template<typename RealType>
bool thrust::random::operator==(const normal_distribution<RealType> &lhs, const normal_distribution<RealType> &rhs) This function checks two
normal_distributionsfor equality.- Parameters
lhs – The first
normal_distributionto test.rhs – The second
normal_distributionto test.
- Returns
trueiflhsis equal torhs;false, otherwise.