Constructs a distribution from the given parameter set.

Synopsis

Declared in <absl/random/log_uniform_int_distribution.h>

explicit
log_uniform_int_distribution(param_type const& p);

Parameters

Name

Description

p

The parameter set.

Created with MrDocs