-
Notifications
You must be signed in to change notification settings - Fork 3k
Improve the deprecation of crypto:rand_uniform/2
#10344
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
base: maint
Are you sure you want to change the base?
Conversation
CT Test Results 3 files 100 suites 1h 17m 11s ⏱️ Results for commit 88dda01. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
b7a004b to
9dac457
Compare
|
Updated after feedback. Thank you all! I also changed the module doc examples to be parsed and test run in our test suites. |
ceacc7e to
345a5f6
Compare
|
Moved all the |
|
Changed track a bit to exporting and documenting All other improvements remain. |
crypto:rand_uniform/2
Maria-12648430
left a comment
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.
I found some more that I missed earlier. Sorry 😓
|
@Maria-12648430 wrote:
This is a bit like vacuum cleaning. You can always do another run and find dust in the corners. That has allegedly been used by some vacuum cleaner salesman to discreetly complain about how much his cleaner found after his competitors had demonstrated their cleaners... Thank you very much for your thorough grammar and spelling review. It is invaluable! Now I don't want to pester you with "Re-request review" forever, which I pressed in an attempt to do away with the unsatisfying red "1 requested change". I am not sure about using that again, or go for the other button "Dismiss review", which I think sounds a bit harsh... |
That rings so true 😆
Glad when I can help 🫡
Heh... 😅 No worries, I'll give it another skim. |
Maria-12648430
left a comment
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.
Close! 😅😁
Maria-12648430
left a comment
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.
👍 🥳
459f073 to
88dda01
Compare
|
Squashed a few commits. No content changes. Ready for merge, just awaits a review approval from @rickard-green... |
This PR improves the documentation to clarify how to use the
cryptoplug-in generator(s) inrandin a safe manner.While at it I also (hopefully) improved the overview section in the
randdocumentation a bit.