-
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 11m 59s ⏱️ Results for commit 68c0064. ♻️ 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
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.