We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seeding of ARMA ROM should be controlled independent of other seeds (Monte Carlo samplers, etc).
RNG is global in RAVEN, so seeding is for the entire workflow, not individual parts.
Move RNG from global to local implementation, so entities needing random numbers can be distinct but reproducible.
The ARMA reseed test needs this improvement to be consistent.
This review should occur before any development is performed as a response to this issue.
This review should occur when the issue is imminently going to be closed.
The text was updated successfully, but these errors were encountered:
Approved to close via #958.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Issue Description
What did you expect to see happen?
Seeding of ARMA ROM should be controlled independent of other seeds (Monte Carlo samplers, etc).
What did you see instead?
RNG is global in RAVEN, so seeding is for the entire workflow, not individual parts.
Do you have a suggested fix for the development team?
Move RNG from global to local implementation, so entities needing random numbers can be distinct but reproducible.
The ARMA reseed test needs this improvement to be consistent.
For Change Control Board: Issue Review
This review should occur before any development is performed as a response to this issue.
For Change Control Board: Issue Closure
This review should occur when the issue is imminently going to be closed.
The text was updated successfully, but these errors were encountered: