Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/numeric/random/lognormal distribution"

From cppreference.com
< cpp‎ | numeric‎ | random
m (Text replace - "{{tdcl" to "{{dcl")
m (Text replace - "/sidebar" to "/navbar")
Line 1: Line 1:
 
{{cpp/title|lognormal_distribution}}
 
{{cpp/title|lognormal_distribution}}
{{cpp/numeric/random/lognormal_distribution/sidebar}}
+
{{cpp/numeric/random/lognormal_distribution/}}
 
{{ddcl | header=random | notes={{mark since c++11}} | 1=
 
{{ddcl | header=random | notes={{mark since c++11}} | 1=
 
template< class RealType = double >
 
template< class RealType = double >

Revision as of 14:53, 15 June 2012

 
 
 
 
 
Defined in header <random>
template< class RealType = double >
class lognormal_distribution;
(since C++11)

Contents

Member types

Member type Definition
result_type RealType
param_type the type of the parameter set, unspecified

Member functions

Template:cpp/numeric/random/distribution/dcl list constructorTemplate:cpp/numeric/random/distribution/dcl list resetTemplate:cpp/numeric/random/distribution/dcl list operator()Template:cpp/numeric/random/distribution/dcl list paramTemplate:cpp/numeric/random/distribution/dcl list minTemplate:cpp/numeric/random/distribution/dcl list max
Generation
Characteristics

Non-member functions

Template:cpp/numeric/random/distribution/dcl list operator cmpTemplate:cpp/numeric/random/distribution/dcl list operator ltltgtgt

Example

External links

Weisstein, Eric W. "Log Normal Distribution." From MathWorld--A Wolfram Web Resource.