Skip to content

Commit 01289c2

Browse files
authored
Merge pull request numpy#15125 from bashtage/remove-basic-rng
DOC: Remove reference to basic RNG
2 parents 8a0858f + fffa116 commit 01289c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/source/reference/random/extending.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ wrap around, providing array alignment information -- still apply.
4141
:language: cython
4242
:end-before: example 2
4343

44-
The BitGenerator can also be directly accessed using the members of the basic
45-
RNG structure.
44+
The BitGenerator can also be directly accessed using the members of the ``bitgen_t``
45+
struct.
4646

4747
.. literalinclude:: ../../../../numpy/random/_examples/cython/extending_distributions.pyx
4848
:language: cython
@@ -70,9 +70,9 @@ directly from the ``_generator`` shared object, using the `BitGenerator.cffi` in
7070
:start-after: dlopen
7171

7272

73-
New Basic RNGs
74-
==============
75-
`~Generator` can be used with other user-provided BitGenerators. The simplest
73+
New Bit Generators
74+
==================
75+
`~Generator` can be used with user-provided `~BitGenerator`\ s. The simplest
7676
way to write a new BitGenerator is to examine the pyx file of one of the
7777
existing BitGenerators. The key structure that must be provided is the
7878
``capsule`` which contains a ``PyCapsule`` to a struct pointer of type

0 commit comments

Comments
 (0)