install Deterministic
Installs a deterministic RNG into jMetal under the provided master seed.
This replaces JMetalRandom.getInstance().randomGenerator with a SplittableAdapter and marks this bridge as installed. Call once during program initialization when deterministic mode is required.
Thread-safety: synchronized. The replacement itself is atomic, but determinism also requires sequential use of the RNG by the caller.
Parameters
seed
master seed for the whole experiment run