<random>

公有成员函数 (public member function)
<random>

std::fisher_f_distribution::min

result_type min() const;
最小值
返回由成员 operator() 可能返回的值的最小上界。对于 fisher_f_distribution 而言,此值始终为零。

参数



返回值

零。
result_type是一个成员类型,定义为第一个类模板参数的别名 (实数类型 (RealType)).

复杂度

常量。

另见