simulationRandomGenerator

abstract fun simulationRandomGenerator(randomGenerator: RandomGenerator)

Sets the random generator used for simulation-related components.

This generator is intended for components created as part of the scenario that require randomness associated with simulation execution (e.g., reactions/time distributions or other simulation-time behaviors), depending on the implementation.

Parameters

randomGenerator

the random generator to use for simulation-related components.