公有成員函式
<random>

std::normal_distribution::mean

result_type mean() const;
分佈均值
返回與normal_distribution物件關聯的均值μ)引數。

該引數是正態分佈期望值。其值與分佈峰值的位置一致。

該引數透過其第一個引數在構造時設定。

引數



返回值

與物件關聯的分佈引數均值

複雜度

常量。

另見