std::student_t_distribution<RealType>::max
来自cppreference.com
< cpp | numeric | random | student t distribution
result_type max() const; |
(C++11 起) | |
返回分布潜在生成的最大值。
参数
(无)
返回值
分布潜在生成的最大值。
复杂度
常数。
参阅
返回最小的潜在生成值 (公开成员函数) |