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

Name

Description

a

The first distribution to compare.

b

The second distribution to compare.

Created with MrDocs