We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
A few examples in chapter "Generate Random Values" using rand is deprecated.
rand
rust-cookbook/src/algorithms/randomness/rand.md
Line 17 in 5234849
The method is renamed to random; similar for gen_range, which is renamed to random_range.
random
gen_range
random_range
See https://docs.rs/rand/latest/rand/trait.Rng.html#method.gen.
I've not contributed to this project, but this seems an easy fix and I could open an PR to fix this if wanted :)
The text was updated successfully, but these errors were encountered:
Just noticed this should be solved by #726
Sorry, something went wrong.
No branches or pull requests
A few examples in chapter "Generate Random Values" using
rand
is deprecated.rust-cookbook/src/algorithms/randomness/rand.md
Line 17 in 5234849
The method is renamed to
random
; similar forgen_range
, which is renamed torandom_range
.See https://docs.rs/rand/latest/rand/trait.Rng.html#method.gen.
I've not contributed to this project, but this seems an easy fix and I could open an PR to fix this if wanted :)
The text was updated successfully, but these errors were encountered: