absl::operator!=

Compares two distributions for inequality.

Synopsis

Declared in <absl/random/exponential_distribution.h>

bool
operator!=(
    exponential_distribution const& a,
    exponential_distribution const& b);

Return Value

true if the distributions have differing parameter sets.

Parameters

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