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_distributions for inequality.

Parameters
Returns

true if lhs is not equal to rhs; false, otherwise.