|
libstdc++
|
#include <random>
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_26.png)
| typedef _RealType std::weibull_distribution< _RealType >::result_type |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Returns the least upper bound value of the distribution.
Definition at line 5210 of file random.h.
References std::numeric_limits< _Tp >::max().
|
inline |
|
inline |
Generating functions.
Definition at line 5218 of file random.h.
References std::weibull_distribution< _RealType >::operator()().
Referenced by std::weibull_distribution< _RealType >::operator()().
| weibull_distribution< _RealType >::result_type std::weibull_distribution< _RealType >::operator() | ( | _UniformRandomNumberGenerator & | __urng, |
| const param_type & | __p | ||
| ) |
Definition at line 2508 of file bits/random.tcc.
|
inline |
|
inline |
|
inline |
|
friend |