[#mp_units-student_t_distribution-0b] = 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"] ---- 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-0b/param_type.adoc[`param_type`] | Parameter type. |=== == Type Aliases [cols="1,4"] |=== | Name| Description | xref:mp_units/student_t_distribution-0b/base.adoc[`base`] | | xref:mp_units/student_t_distribution-0b/rep.adoc[`rep`] | | xref:mp_units/student_t_distribution-0b/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-0b/2constructor-070.adoc[`student_t_distribution`] [.small]#[constructor]# | Constructors | xref:mp_units/student_t_distribution-0b/__generate-0e38.adoc[`__generate`] | | xref:mp_units/student_t_distribution-0b/max.adoc[`max`] | | xref:mp_units/student_t_distribution-0b/min.adoc[`min`] | | xref:mp_units/student_t_distribution-0b/n.adoc[`n`] | | xref:mp_units/student_t_distribution-0b/operator_call-01d.adoc[`operator()`] | Generating functions. | xref:mp_units/student_t_distribution-0b/param-01.adoc[`param`] | `param` overloads | xref:mp_units/student_t_distribution-0b/reset.adoc[`reset`] | Resets the distribution state. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#