公有成員函式
<random>

std::lognormal_distribution::s

result_type s() const;
引數 s
返回與 lognormal_distribution 關聯的引數 s。此引數表示此分佈中可能值的對數變換所形成的底層正態分佈的 *標準差*。

此值在 構造 時由其第二個引數設定。

引數



返回值

與物件關聯的分佈引數 m
result_type是一個成員型別,定義為第一個類模板引數的別名 (實數型別 (RealType)).

複雜度

常量。

另見