Generates a number conforming to a Gaussian distribution.
Synopsis
Declared in <absl/random/gaussian_distribution.h>
template<typename RealType = double>
class gaussian_distribution;
Types
Name |
Description |
The parameter set of the distribution. |
Type Aliases
Name |
Description |
The type of the values produced by the distribution. |
Member Functions
Name |
Description |
|
Constructors |
Returns the largest value the distribution can produce. |
|
Returns the mean distribution parameter. |
|
Returns the smallest value the distribution can produce. |
|
Function call operators |
|
|
|
Resets the internal state of the distribution. |
|
Returns the deviation distribution parameter. |
Friends
Name |
Description |
Compares two distributions for inequality. |
|
Compares two distributions for equality. |
Created with MrDocs