RandomNumberGenerator.GammaDistribution(Variable) Method

Top 

Description

Returns a random number based on a normal distribution whose frequency function involves the gamma function.

 

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.GammaDistribution(

Variable alpha)

 

 

Arguments

alpha


Description:

The alpha or shape property.

 

 

 

Return Value

Type:

number

 

 

The number generated by the random number generator.

 

Syntax

myVariable1 = myRandomNumberGenerator1.GammaDistribution(myVariable2);

 

 

See also

RandomNumberGenerator Object