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