You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: