-
Notifications
You must be signed in to change notification settings - Fork 0
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
Import dust rng headers, with name translation #6
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 5 37 +32
Lines 97 1349 +1252
===========================================
+ Hits 97 1349 +1252 ☔ View full report in Codecov by Sentry. |
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.
Thanks for the explanation, going to approve since this is just a copy and paste job for now!
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.
Copy+paste, and tests+coverage are all good, so let's merge!
Avoiding the temptation to do any refactoring yet, though some will come. This is the RNG and distribution support from dust, with just the simple substitution of the word 'dust' for 'mcstate' everywhere.
Against #1, which I would really like to get merged soon.Genuinely unreviewable, but this is exactly the implementation and tests from dust, refined over many PRs and considerable use there.