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