RandomNumberGenerator.LogNormalDistribution(Variable, Variable) Method

Top 

Description

Returns a random number based on a probability distribution of a random variable whose logarithm is normally distributed.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

RandomNumberGenerator.LogNormalDistribution(

Variable mean,


Variable sigma)

 

 

Arguments

mean


Description:

The geometric mean.

 

 

sigma


Description:

The geometric standard deviation.

 

 

 

Return Value

Type:

number

 

 

The number generated by the random number generator.

 

Syntax

myVariable1 = myRandomNumberGenerator1.LogNormalDistribution(myVariable2, myVariable3);

 

 

See also

RandomNumberGenerator Object