Hi Alex, Am 02.11.2014 um 21:01 schrieb Manuel Montero perarnau montero: > If this is > the case, why am I getting the same results from ten different runs? Shouldn't > it be some differences between the simulations as a result of the random > numbers?
SUMO uses pseudo random numbers and for reproducibility it always initializes the random number generator with the same seed by default. You can either invent your own seed for every run and use the --seed option (which will still give you the ability to reproduce the results) or simply use --random which will use the current system time as seed. Best regards, Michael ------------------------------------------------------------------------------ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
