| equality (1) | template <class IntType>bool operator== ( const uniform_real_distribution<IntType>& lhs, const uniform_real_distribution<IntType>& rhs ); |
|---|---|
| inequality (2) | template <class IntType>bool operator!= ( const uniform_real_distribution<IntType>& lhs, const uniform_real_distribution<IntType>& rhs ); |