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