-
Notifications
You must be signed in to change notification settings - Fork 37
Use non-global RNGs #120
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
Use non-global RNGs #120
Conversation
Codecov Report
@@ Coverage Diff @@
## master #120 +/- ##
==========================================
- Coverage 74.83% 74.75% -0.09%
==========================================
Files 14 14
Lines 906 907 +1
==========================================
Hits 678 678
- Misses 228 229 +1
Continue to review full report at Codecov.
|
|
Turing is updated (with additional tests) in https://github.com/devmotion/Turing.jl/tree/rng, all tests pass locally. |
|
I think this is good to go, I noticed that the compiler docs in Turing are completely outdated (most parts are incorrect currently), so I don't think it's useful to just add a section about RNGs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I just added one comment.
Co-authored-by: Mohamed Tarek <mohamed82008@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Great PR @devmotion!
|
bors r+ |
This PR fixes TuringLang/Turing.jl#1260.
TODO:
- [ ] Fix documentation