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