<mp-units/random.h>
template<Quantity Q>
requires std::floating_point<typename Q::rep>
struct student_t_distribution
: std::student_t_distribution<Q::rep>
Name | Description |
---|---|
std::student_t_distribution<Q::rep> |
Name |
---|
base |
rep |
Name | Description |
---|---|
student_t_distribution [constructor] | Constructors |
max | |
min | |
operator() |