.TH "std::normal_distribution< _RealType >" 3cxx "Fri Dec 19 2014" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::normal_distribution< _RealType > \- .SH SYNOPSIS .br .PP .SH "Detailed Description" .PP .SS "templateclass std::normal_distribution< _RealType >" A normal continuous distribution for random numbers\&. The formula for the normal probability density function is \[ p(x|\mu,\sigma) = \frac{1}{\sigma \sqrt{2 \pi}} e^{- \frac{{x - \mu}^ {2}}{2 \sigma ^ {2}} } \] .PP Definition at line 2085 of file random\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.