Compares two distributions for equality.
Declared in <absl/random/uniform_real_distribution.h>
bool
operator==(
uniform_real_distribution const& a,
uniform_real_distribution const& b);
true if the distributions have equal parameter sets.
| Name | Description |
|---|---|
| a | The first distribution to compare. |
| b | The second distribution to compare. |