eqasim-org / ile-de-france

An open synthetic population of Île-de-France for agent-based transport simulation
GNU General Public License v2.0
47 stars 69 forks source link

fix: random seeds in secondary location model #246

Closed sebhoerl closed 2 months ago

sebhoerl commented 3 months ago

The secondary location model got individual random seeds passed to every parallel process. However, so far, it was using the global random seed instead. This should not have a big impact as every thread processes different activity chains, but there may still be some minor effects in terms of correlations between similar activity chains that are now resolved.