mp_units::uniform_real_distribution

Synopsis

Declared in <mp-units/random.h>
struct uniform_real_distribution
    : std::uniform_real_distribution<Q::rep>

Base Classes

Name Description
std::uniform_real_distribution<Q::rep>Uniform continuous distribution for random numbers.

Types

NameDescription
param_type Parameter type.
base
rep
result_type The type of the range of the distribution.

Member Functions

NameDescription
uniform_real_distribution [constructor]Constructors
__generate
a
b
max
min
operator() Generating functions.
param param overloads
reset Resets the distribution state.