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 ee32246 commit 1be6838Copy full SHA for 1be6838
src/random.rs
@@ -44,6 +44,8 @@ use crate::npyffi::npy_bitgen;
44
45
/// Wrapper for [`np.random.BitGenerator`][bg].
46
///
47
+/// See also [`PyBitGeneratorMethods`].
48
+///
49
/// [bg]: https://numpy.org/doc/stable//reference/random/bit_generators/generated/numpy.random.BitGenerator.html
50
#[repr(transparent)]
51
pub struct PyBitGenerator(PyAny);
0 commit comments