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 equality.

Parameters
Returns

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