| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
No changes needed in ndarray-rand itself. Changes in `crates/numeric-tests/tests/accuracy.rs`: - Import `RngExt` for `random_range`. - Replace the removed `SmallRng::from_os_rng` with `SmallRng::from_rng(&mut rand::rng())`. bump ndarray-rand to 0.17.0
| Back | FazBrowse Home | New Git URL |
Closes #1590
Summary
Bumps rand 0.9 -> 0.10 and rand_distr 0.5 -> 0.6 across the workspace. The rand_isaac dev-dependency in ndarray-rand moves to 0.5 to match rand_core 0.10.
ndarray-rand version bump (need to publish)
ndarray-rand goes 0.16.0 -> 0.17.0. Even though its own code is unchanged, updates in rand and rand_distr are breaking changes and these 2 crates are publicly re-exported in ndarray-rand.
Tests (using crate MSRV 1.87.0)
MSRV
No Change