|
libstdc++
|
#include <random.h>
Classes | |
| struct | param_type |
Public Types | |
| typedef _RealType | result_type |
Friends | |
| bool | operator== (const weibull_distribution &__d1, const weibull_distribution &__d2) |
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)}
\]](form_25.png)