公有成员函数
<random>

std::lognormal_distribution::s

result_type s() const;
参数 s
返回与 lognormal_distribution 关联的参数 s。此参数表示此分布中可能值的对数变换所形成的底层正态分布的 *标准差*。

此值在 构造 时由其第二个参数设置。

参数



返回值

与对象关联的分布参数 m
result_type是一个成员类型,定义为第一个类模板参数的别名 (实数类型 (RealType)).

复杂度

常量。

另见