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