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 8aedbaa commit 7582bafCopy full SHA for 7582baf
crates/bindings/src/rng.rs
@@ -37,7 +37,7 @@ impl ReducerContext {
37
///
38
/// // Or, cache locally for reuse:
39
/// let mut rng = ctx.rng();
40
- /// let floats: Vec<f32> = rng.sample_iter(rand::distribution::Standard).collect();
+ /// let floats: Vec<f32> = rng.sample_iter(rand::distributions::Standard).collect();
41
/// # }
42
/// ```
43
0 commit comments