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

Enable seeding C++ RNG #2599

Open
dweindl opened this issue Nov 26, 2024 · 0 comments
Open

Enable seeding C++ RNG #2599

dweindl opened this issue Nov 26, 2024 · 0 comments

Comments

@dweindl
Copy link
Member

dweindl commented Nov 26, 2024

Currently, there is no way to provide random number generator seeds to ExpData::ExpData(ReturnData const& rdata, std::vector<realtype> sigma_y, std::vector<realtype> sigma_z).

It would be good to either add a seed argument, or allow seeding a central random number generator from both C++ and Python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant