Compares two distributions for inequality.
Declared in <absl/random/uniform_int_distribution.h>
bool
operator!=(
uniform_int_distribution const& a,
uniform_int_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. |