Sets or returns the initial value used to generate repeatable pseudorandom number sequences. Read/write Double.
To create a repeatable simulation, set the seed value early in the simulation, before methods are called that use or generate random numbers.
The following example sets the seed value for the simulation to 117.
World.Random.Seed = 117