rust-lang-nursery / rust-cookbook

https://rust-lang-nursery.github.io/rust-cookbook
Creative Commons Zero v1.0 Universal
2.25k stars 284 forks source link

Errors in Random Examples #629

Closed joshuaoco closed 3 years ago

joshuaoco commented 3 years ago

Apologies for not fixing it myself, but thought I'd mention it: The examples in https://rust-lang-nursery.github.io/rust-cookbook/algorithms/randomness.html which use rng::gen_range are broken, as the function expects a range (0..10) rather than 2 arguments.

Maybe you could test the examples as part of your CI?

Thanks

joshuaoco commented 3 years ago

Bork, didn't see #627 , closing :)