File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -169,9 +169,10 @@ cdef class Generator:
169
169
170
170
Notes
171
171
-----
172
- The Python stdlib module `random` contains pseudo-random number generator
173
- with a number of methods that are similar to the ones available in
174
- `Generator`. It uses Mersenne Twister, and this bit generator can
172
+ The Python stdlib module :external+python:mod:`random` contains
173
+ pseudo-random number generator with a number of methods that are similar
174
+ to the ones available in `Generator`.
175
+ It uses Mersenne Twister, and this bit generator can
175
176
be accessed using `MT19937`. `Generator`, besides being
176
177
NumPy-aware, has the advantage that it provides a much larger number
177
178
of probability distributions to choose from.
You can’t perform that action at this time.
0 commit comments