Constructs a distribution from the given parameter set.

Synopsis

Declared in <absl/random/uniform_real_distribution.h>

explicit
uniform_real_distribution(param_type const& param);

Parameters

Name

Description

param

The parameter set.

Created with MrDocs