RandomSeed
Name
RandomSeed
Type
Read/Write
When to use it
Before calling the Start method.
Prototype
property RandomSeed: Long;
Explanations
Some procedures within the optimization algorithm use random numbers. This property let you to set the seed for generating the random numbers.
Links