VDSRandom Seed Property
The random seed to use if SYSTEM_TIME_RANDOM_SEED is set to false.
If the same random seed is used for an instance then the solver will always
create the same final solution (as long as the same amount of time is used).
Definition
Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public int RandomSeed { get; set; }VB
Public Property RandomSeed As Integer
Get
SetC++
public:
virtual property int RandomSeed {
int get () sealed;
void set (int value) sealed;
}F#
abstract RandomSeed : int with get, set
override RandomSeed : int with get, set