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_distributionsfor equality.- Parameters
- lhs – The first - uniform_real_distributionto test.
- rhs – The second - uniform_real_distributionto test.
 
- Returns
- trueif- lhsis equal to- rhs;- false, otherwise.