absl::operator==

Compares two distributions for equality.

Synopsis

Declared in <absl/random/zipf_distribution.h>

bool
operator==(
    zipf_distribution const& a,
    zipf_distribution const& b);

Return Value

true if the distributions have equal parameter sets.

Parameters

NameDescription
aThe first distribution to compare.
bThe second distribution to compare.