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

Parameters
Returns

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