libstdc++: std::weibull_distribution< _RealType >::param_type Struct Reference (original) (raw)

#include <[random.h](a00641%5Fsource.html)>

Public Member Functions
param_type (_RealType __a, _RealType __b=_RealType(1.0))
_RealType a () const
_RealType b () const

Detailed Description

template<typename _RealType = double>
struct std::weibull_distribution< _RealType >::param_type

Parameter type.

Definition at line 5117 of file random.h.

Member Typedef Documentation

distribution_type

template<typename _RealType = double>

Constructor & Destructor Documentation

template<typename _RealType = double>

param_type() [2/2]

template<typename _RealType = double>

std::weibull_distribution< _RealType >::param_type::param_type ( _RealType __a, _RealType __b = _RealType(1.0) ) inlineexplicit

Member Function Documentation

a()

template<typename _RealType = double>

b()

template<typename _RealType = double>

operator==

template<typename _RealType = double>


The documentation for this struct was generated from the following file: