-
-
Notifications
You must be signed in to change notification settings - Fork 917
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
fix: mersenne rand invalid input argument #577
fix: mersenne rand invalid input argument #577
Conversation
Codecov Report
@@ Coverage Diff @@
## main #577 +/- ##
=======================================
Coverage 99.33% 99.33%
=======================================
Files 1920 1920
Lines 176482 176443 -39
Branches 905 898 -7
=======================================
- Hits 175302 175264 -38
+ Misses 1124 1123 -1
Partials 56 56
|
Could we add somehow documentation for the new added behaviour? Or is it intentionally undocumented? |
IMO there is no need, this PR only added the defaults, the min/max swap doesn't have any impact AFAICT. |
Created in relation to #479