Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control randomness of the simulations #2

Closed
barnabemonnot opened this issue Sep 4, 2020 · 0 comments · Fixed by #8
Closed

Control randomness of the simulations #2

barnabemonnot opened this issue Sep 4, 2020 · 0 comments · Fixed by #8

Comments

@barnabemonnot
Copy link
Contributor

What

We use a random number generator from Numpy to generate every random event in the simulation. The generator can be seeded to ensure that the same samples are always drawn, which is important for reproducibility.

How

We need to be able to specify a seed as input to the simulation execution. When the simulation is repeated (e.g., Monte Carlo), we need to keep track of all the seeds that were used.

@barnabemonnot barnabemonnot linked a pull request Oct 23, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant