We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9e26b5 + 7dc50b1 commit d4fe2a0Copy full SHA for d4fe2a0
src/librand/distributions/range.rs
@@ -58,6 +58,7 @@ impl<Sup: SampleRange> IndependentSample<Sup> for Range<Sup> {
58
/// The helper trait for types that have a sensible way to sample
59
/// uniformly between two values. This should not be used directly,
60
/// and is only to facilitate `Range`.
61
+#[doc(hidden)]
62
pub trait SampleRange {
63
/// Construct the `Range` object that `sample_range`
64
/// requires. This should not ever be called directly, only via
0 commit comments