Provides attributes for the simulation, like visualizationEnabled and
writeSimulationData.
A seed defines how the random number generator in Vadere determines random numbers. Random numbers are used, e.g., by the optimal steps model when the next step of an agent is calculated. If useFixedSeed is true and a simulation is repeated without altering any parameters, the result remains exactly the same. If useFixedSeed is false, e.g., the pedestrians’ spawning positions, their trajectories, etc. may vary
See useFixedSeed. Only plays a role if useFixedSeed is true.
Editing this parameter has no effect on a simulation. It only returns the seed that has been used for simulation in the scenario output file (if useFixedSeed is true, simulationSeed equals fixedSeed; if useFixed is false, simulationSeed is some arbitrary number).