scenarioRandomGenerator

abstract fun scenarioRandomGenerator(randomGenerator: RandomGenerator)

Sets the random generator used during scenario construction.

The scenario random generator is meant for operations that happen while building the scenario configuration, such as deployments and initialization steps performed before the simulation starts.

Parameters

randomGenerator

the random generator to use for scenario construction.