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

Eliminate drand48 #318

Open
jrstevenjlab opened this issue Mar 22, 2024 · 0 comments
Open

Eliminate drand48 #318

jrstevenjlab opened this issue Mar 22, 2024 · 0 comments

Comments

@jrstevenjlab
Copy link
Contributor

@s6pepaul fixed a bug from an unseeded use of drand48 in the BreitWignerGenerator with this PR #317

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.

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

No branches or pull requests

1 participant