Constructs a distribution from the given parameter set.

Synopsis

Declared in <absl/random/exponential_distribution.h>

explicit
exponential_distribution(param_type const& p);

Parameters

Name

Description

p

The parameter set.

Created with MrDocs