sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org]
> *Im Auftrag von *Jakob Erdmann
> *Gesendet:* Mittwoch, 12. September 2018 22:31
> *An:* Sumo project User discussions
> *Betreff:* Re: [sumo-user] question about the --seed parameter
>
>
>
> The pyt
: [sumo-user] question about the --seed parameter
The python tool createVehTypeDistribution.py uses a single random number
generated. For this reason, changes to some parameters also affect the values
for other parameters.
Determinism is only guaranteed insofar the exact same inputs will result
The python tool createVehTypeDistribution.py uses a single random number
generated. For this reason, changes to some parameters also affect the
values for other parameters.
Determinism is only guaranteed insofar the exact same inputs will result in
the exact same results when using the same seed.