param overloads

Synopses

Declared in <absl/random/gaussian_distribution.h>

Returns the parameter set of the distribution.

param_type
param() const;

Sets the parameter set of the distribution.

void
param(param_type const& p);

Return Value

The current parameter set.

Parameters

Name

Description

p

The new parameter set.

Created with MrDocs