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

Name

Description

g

The uniform random bit generator.

Created with MrDocs