RandomNumberGenerator.PoissonDistribution(Variable) Method

Top 

Description

Returns a random number based on the time between events in a Poisson process (e.g. events occur continuously and independently at a constant average rate).

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

RandomNumberGenerator.PoissonDistribution(

Variable lambda)

 

 

Arguments

lambda


Description:

The mean or expected value.

 

 

 

Return Value

Type:

number

 

 

The number generated by the random number generator.

 

Syntax

myVariable1 = myRandomNumberGenerator1.PoissonDistribution(myVariable2);

 

 

See also

RandomNumberGenerator Object