Re: [sumo-user] question about the --seed parameter

2018-09-14 Thread Jakob Erdmann
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

Re: [sumo-user] question about the --seed parameter

2018-09-13 Thread christian.damdjowabo
: [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

Re: [sumo-user] question about the --seed parameter

2018-09-12 Thread Jakob Erdmann
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.