Gets or sets a value used to seed a Random instance.
If this value is set to MaxValue, Random's default time-dependent constructor will be used.
The default value is MaxValue.
This value is used to seed a new Random instance when a new run is started.
| Exception Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when value is equal to MinValue, as this value cannot be used to seed Random instances. |
EngineOptions Class | GeneticProgrammingEngine.Internal Namespace | Random Class