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