Namespaces
Variants
Views
Actions

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

From cppreference.com
< cpp‎ | numeric‎ | random
m (Text replace - "{{tdcl list begin" to "{{dcl list begin")
m (Text replace - "{{tdcl list end" to "{{dcl list end")
Line 13: Line 13:
 
{{tdcl list item | {{tt|result_type}} | {{c|RealType}}}}
 
{{tdcl list item | {{tt|result_type}} | {{c|RealType}}}}
 
{{tdcl list item | {{tt|param_type}} | the type of the parameter set, unspecified}}
 
{{tdcl list item | {{tt|param_type}} | the type of the parameter set, unspecified}}
{{tdcl list end}}
+
{{list end}}
  
 
===Member functions===
 
===Member functions===

Revision as of 02:30, 12 June 2012

Template:cpp/numeric/random/lognormal distribution/sidebar

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

Contents

Member types

Template:tdcl list hitemTemplate:tdcl list itemTemplate:tdcl list item

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.