|
libstdc++
|
#include <random.h>
Classes | |
| struct | param_type |
Public Types | |
| typedef _RealType | result_type |
Friends | |
| bool | operator== (const extreme_value_distribution &__d1, const extreme_value_distribution &__d2) |
A extreme_value_distribution random number distribution.
The formula for the normal probability mass function is
![\[
p(x|a,b) = \frac{1}{b}
\exp( \frac{a-x}{b} - \exp(\frac{a-x}{b}))
\]](form_26.png)