构造分发点对应。
student_t_distribution(RealType n0 = 1);
explicit student_t_distribution(const param_type& par0);
参数
n0
n分发参数。par0
使用的参数包构造分布。
备注
前置条件: 0.0 < n0
第一个构造函数构造存储值 stored_n 包含该值 n0的对象。
第二个构造函数构造存储参数从 par0初始化的对象。
要求
标头: <random>
命名空间: std