Compares two distributions for inequality.
Declared in <absl/random/discrete_distribution.h>
bool
operator!=(
discrete_distribution const& a,
discrete_distribution const& b);
true if the distributions have differing parameter sets.
| Name | Description |
|---|---|
| a | The first distribution to compare. |
| b | The second distribution to compare. |