absl::exponential_distribution::operator()

Generates a random value.

Synopsis

Declared in <absl/random/exponential_distribution.h>

template<typename URBG>
result_type
operator()(URBG& g);

Return Value

A random value drawn from the distribution.

Parameters

NameDescription
gThe uniform random bit generator.