RandomNumberGenerator.Seed Property

Top 

Description

Specifies the seed to use for the random number generator. The default value is randomized when a Mission Plan is run.

 

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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0

Valid Range:

0 ≤ RandomNumberGenerator.Seed ≤ 4294967295

 

Syntax

myVariable1 = myRandomNumberGenerator1.Seed;

 

myRandomNumberGenerator1.Seed = myVariable1;

 

See also

RandomNumberGenerator Object