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

Updated `rand_distr`, fixed and updated `rand`. #627

Closed myrkvi closed 3 years ago

myrkvi commented 3 years ago

The rand crate has been updated to version 0.8.0, and has its code samples updated. The rand_distr crate has been updated to version 0.4.0.

fixes #622 fixes #626 additionally updates rand_distr crate to most recent version.

myrkvi commented 3 years ago

Builds seem to fail as rust-skeptic uses the wrong version of crates for the tests. See https://github.com/budziq/rust-skeptic/issues/111