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.
1 parent f40e712 commit 03b0517Copy full SHA for 03b0517
ndarray-rand/src/lib.rs
@@ -21,7 +21,7 @@
21
//! convenience.
22
//!
23
//! [rand]: https://docs.rs/rand/0.7
24
-//! [rand_distr]: https://docs.rs/rand_distr/0.2
+//! [rand_distr]: https://docs.rs/rand_distr/0.3
25
26
//! If you want to use a random number generator or distribution from another crate
27
//! with `ndarray-rand`, you need to make sure that the other crate also depends on the
@@ -44,7 +44,7 @@ pub mod rand {
44
pub use rand::*;
45
}
46
47
-/// [`rand-distr`](https://docs.rs/rand_distr/0.2), re-exported for convenience and version-compatibility.
+/// [`rand-distr`](https://docs.rs/rand_distr/0.3), re-exported for convenience and version-compatibility.
48
pub mod rand_distr {
49
pub use rand_distr::*;
50
0 commit comments