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>

Created with MrDocs