mp_units::student_t_distribution

Synopsis

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

Base Classes

Name Description
std::student_t_distribution<Q::rep>A student_t_distribution random number distribution.

Types

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

Member Functions

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