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.
2 parents dbbc1bf + a9401e1 commit 2924af6Copy full SHA for 2924af6
src/distributions/mod.rs
@@ -158,7 +158,7 @@ use crate::Rng;
158
/// * Tuples (up to 12 elements): each element is generated sequentially.
159
/// * Arrays (up to 32 elements): each element is generated sequentially;
160
/// see also [`Rng::fill`] which supports arbitrary array length for integer
161
-/// types and tends to be faster for `u32` and smaller types.
+/// and float types and tends to be faster for `u32` and smaller types.
162
/// When using `rustc` ≥ 1.51, enable the `min_const_gen` feature to support
163
/// arrays larger than 32 elements.
164
/// Note that [`Rng::fill`] and `Standard`'s array support are *not* equivalent:
0 commit comments