[#mp_units-student_t_distribution-0c] = xref:mp_units.adoc[mp_units]::student_t_distribution :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<mp‐units/random.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<xref:mp_units/Quantity.adoc[Quantity] Q> requires std::floating_point<typename Q::rep> struct student_t_distribution : std::student_t_distribution<Q::rep> ---- == Base Classes [cols="1,4"] |=== | Name| Description | `std::student_t_distribution<Q::rep>` | A student_t_distribution random number distribution. |=== == Types [cols="1,4"] |=== | Name| Description | xref:mp_units/student_t_distribution-0c/param_type.adoc[`param_type`] | Parameter type. |=== == Type Aliases [cols="1,4"] |=== | Name| Description | xref:mp_units/student_t_distribution-0c/result_type.adoc[`result_type`] | The type of the range of the distribution. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:mp_units/student_t_distribution-0c/__generate-0f.adoc[`__generate`] | | xref:mp_units/student_t_distribution-0c/max.adoc[`max`] | Returns the least upper bound value of the distribution. | xref:mp_units/student_t_distribution-0c/min.adoc[`min`] | Returns the greatest lower bound value of the distribution. | xref:mp_units/student_t_distribution-0c/n.adoc[`n`] | | xref:mp_units/student_t_distribution-0c/operator_call-09.adoc[`operator()`] | Generating functions. | xref:mp_units/student_t_distribution-0c/param-07.adoc[`param`] | `param` overloads | xref:mp_units/student_t_distribution-0c/reset.adoc[`reset`] | Resets the distribution state. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#