UniformNoise Function

Top  Previous  Next

Description

Returns a random number with the specified mean and width.

 

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 nanosecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

UniformNoise(Variable mean, Variable width)

Variable

Returns a random number with the specified mean and width.

 

 

See also

Functions