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 8aa5dd8 commit 26dc55dCopy full SHA for 26dc55d
ndarray-rand/src/lib.rs
@@ -159,7 +159,7 @@ where
159
/// Note that `SmallRng` is cheap to initialize and fast, but it may generate
160
/// low-quality random numbers, and reproducibility is not guaranteed. See its
161
/// documentation for information. You can select a different RNG with
162
-/// [`.random_using()`](Self::random_using).
+/// [`.sample_axis_using()`](RandomRefExt::sample_axis_using).
163
pub trait RandomRefExt<A, D>
164
where D: Dimension
165
{
0 commit comments