std::weibull_distribution< _RealType > Class Template Reference
[Poisson Distributions]
A weibull_distribution random number distribution.
More...
List of all members.
Classes
Public Types
Public Member Functions
-
weibull_distribution (const param_type &__p)
-
weibull_distribution (_RealType __a=_RealType(1), _RealType __b=_RealType(1))
- _RealType a () const
- _RealType b () const
- result_type max () const
- result_type min () const
-
template<typename _UniformRandomNumberGenerator > result_type operator() (_UniformRandomNumberGenerator &__urng, const param_type &__p)
-
template<typename _UniformRandomNumberGenerator > result_type operator() (_UniformRandomNumberGenerator &__urng)
- void param (const param_type &__param)
- param_type param () const
- void reset ()
Detailed Description
template<typename _RealType = double>
class std::weibull_distribution< _RealType >
A weibull_distribution random number distribution.
The formula for the normal probability density function is
.
Definition at line 3760 of file random.h.
Member Typedef Documentation
template<typename _RealType = double>
The type of the range of the distribution.
Definition at line 3767 of file random.h.
Member Function Documentation
template<typename _RealType = double>
Return the
parameter of the distribution.
Definition at line 3814 of file random.h.
template<typename _RealType = double>
Return the
parameter of the distribution.
Definition at line 3821 of file random.h.
template<typename _RealType = double>
Returns the least upper bound value of the distribution.
Definition at line 3850 of file random.h.
template<typename _RealType = double>
Returns the greatest lower bound value of the distribution.
Definition at line 3843 of file random.h.
template<typename _RealType = double>
Sets the parameter set of the distribution.
- Parameters:
-
| __param | The new parameter set of the distribution. |
Definition at line 3836 of file random.h.
template<typename _RealType = double>
template<typename _RealType = double>
Resets the distribution state.
Definition at line 3807 of file random.h.
The documentation for this class was generated from the following files: