Compares two distributions for equality.
Synopsis
Declared in <absl/random/bernoulli_distribution.h>
bool
operator==(
bernoulli_distribution const& d1,
bernoulli_distribution const& d2);
Return Value
true if the distributions have equal parameter sets.
Parameters
Name |
Description |
d1 |
The first distribution to compare. |
d2 |
The second distribution to compare. |
Created with MrDocs