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
@s6pepaul fixed a bug from an unseeded use of drand48 in the BreitWignerGenerator with this PR #317
drand48
There are several more uses of drand48 in halld_sim https://github.com/search?q=repo%3AJeffersonLab%2Fhalld_sim%20drand48&type=code
Some may be deprecated, but we should just clean them all up to replace with a TRandom which is properly seeded from the generator.
TRandom
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@s6pepaul fixed a bug from an unseeded use of
drand48
in the BreitWignerGenerator with this PR #317There are several more uses of
drand48
in halld_sim https://github.com/search?q=repo%3AJeffersonLab%2Fhalld_sim%20drand48&type=codeSome may be deprecated, but we should just clean them all up to replace with a
TRandom
which is properly seeded from the generator.The text was updated successfully, but these errors were encountered: