RandomSeed

 

Name

 

            RandomSeed

 

Type

 

            Read/Write

 

When to use it

 

            Before calling the StartGuillotine, StartNested or StartMultiStages methods.

 

Prototype

 

            property RandomSeed: Long;

 

Explanations

 

            The cutting optimization algorithm uses random numbers. This property let you to set the seed for generating the random numbers.

            Using the same RandomSeed will provide the same optimization results at each run.

 

            You may run the algorithm using different RandomSeeds in order to obtain slightly different results.

 

Default value

 

        0

 

See Also:

 

            StartGuillotine, StartMultiStages, StartNested.