std::lognormal_distribution::s

From cppreference.com
 
 
 
 
 
RealType s() const;
(since C++11)

The standard deviation s of the log-normal distribution.

[edit] Parameters

(none)

[edit] Return value

Returns the value of the standard deviation s parameter with which the object was constructed (default is 1.0).

[edit] See also

gets or sets the distribution parameter object
(public member function)
s
returns the standard deviation (s) distribution parameter
(public member function)