mp_units::weibull_distribution

Synopsis

Declared in <mp-units/random.h>
template<Quantity Q>
requires std::floating_point<typename Q::rep>
struct weibull_distribution
    : std::weibull_distribution<Q::rep>


Base Classes

Name Description
std::weibull_distribution<Q::rep>

Types

Name
base
rep

Member Functions

Name Description
weibull_distribution [constructor]Constructors
max
min
operator()

Created with MrDocs