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 inequality.- Parameters
lhs – The first
uniform_real_distributionto test.rhs – The second
uniform_real_distributionto test.
- Returns
trueiflhsis not equal torhs;false, otherwise.