Compares two parameter sets for inequality.
Declared in <absl/random/beta_distribution.h>
bool
operator!=(
param_type const& a,
param_type const& b);
true if the parameter sets are not equal.
| Name | Description |
|---|---|
| a | The first parameter set to compare. |
| b | The second parameter set to compare. |