mp_units::uniform_real_distribution

Synopsis

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


Base Classes

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

Types

Name
base
rep

Member Functions

Name Description
uniform_real_distribution [constructor]Constructors
a
b
max
min
operator()

Created with MrDocs