GaussianNoise Function

Top  Previous  Next

Description

Returns a random number with a Gaussian probability distribution defined by the specified mean and standard deviation.

 

Note that this function shares its seed value with FreeFlyer's internal random number generation. This means that even with a set seed value it is possible for this function to generate inconsistent values across Mission Plan executions based on the sequence of events undergone in the Mission Plan.

 

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.

 

Overload List

Signatures

Return Value

Description

GaussianNoise(Variable mean, Variable standardDeviation)

Variable

Returns a random number with a Gaussian probability distribution defined by the specified mean and standard deviation.

 

 

See also

Functions