SYNOPSIS

Detailed Description

template<typename _RealType = double>class std::normal_distribution< _RealType >

A normal continuous distribution for random numbers.

The formula for the normal probability density function is \[ p(x|\mu,\sigma) = ac{1}{\sigma \sqrt{2 \pi}} e^{- ac{{x - \mu}^ {2}}{2 \sigma ^ {2}} } \]

Definition at line 2087 of file random.h.

Author

Generated automatically by Doxygen for libstdc++ from the source code.