Skip to content

Deprecated Examples in Generate Random Values #728

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

Open
fEst1ck opened this issue May 13, 2025 · 1 comment
Open

Deprecated Examples in Generate Random Values #728

fEst1ck opened this issue May 13, 2025 · 1 comment

Comments

@fEst1ck
Copy link

fEst1ck commented May 13, 2025

A few examples in chapter "Generate Random Values" using rand is deprecated.

let n1: u8 = rng.gen();

The method is renamed to random; similar for gen_range, which is renamed to 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 :)

@fEst1ck
Copy link
Author

fEst1ck commented May 13, 2025

Just noticed this should be solved by #726

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant