NloptOptions.RandomNumberSeed Property

Top 

Description

The seed for random number generation in NLopt. When this is zero, the cpu time is used as the seed.

 

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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0

Valid Range:

NloptOptions.RandomNumberSeed ≥ 0

 

Syntax

myVariable1 = myNloptOptions1.RandomNumberSeed;

 

myNloptOptions1.RandomNumberSeed = myVariable1;

 

See also

NloptOptions Object