SeedNoise(Variable) Function

Top 

Description

Seeds the random number generator used with GaussianNoise and UniformNoise with the specified seed.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Function Signature

SeedNoise(

Variable seed)

 

 

Arguments

seed


Description:

Specifies the seed to use for the random number generator.

Valid Range:

0 ≤ seed ≤ 4294970000

 

 

 

Syntax

SeedNoise(myVariable1);

 

 

See also

SeedNoise