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
lhs – The first
normal_distribution
to test.rhs – The second
normal_distribution
to test.
- Returns
true
iflhs
is not equal torhs
;false
, otherwise.