Skip to content

Commit 87fdefc

Browse files
committed
DOC: Fix small rst error
Fix indent error [skip ci]
1 parent aee7315 commit 87fdefc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/source/change-log.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Head (not released)
77
-------------------
88
* Extended 32-bit generation to
99

10-
* Uniforms (:meth:`~randomstate.entropy.random_sample` and :meth:`~randomstate.entropy.rand`)
11-
* Normals (:meth:`~randomstate.entropy.standard_normal` and :meth:`~randomstate.entropy.randn`)
12-
* Standard Gammas (:meth:`~randomstate.entropy.standard_gamma`)
13-
* Standard Exponentials (:meth:`~randomstate.entropy.standard_exponential`)
10+
* Uniforms (:meth:`~randomstate.prng.mt19937.random_sample` and :meth:`~randomstate.prng.mt19937.rand`)
11+
* Normals (:meth:`~randomstate.prng.mt19937.standard_normal` and :meth:`~randomstate.prng.mt19937.randn`)
12+
* Standard Gammas (:meth:`~randomstate.prng.mt19937.standard_gamma`)
13+
* Standard Exponentials (:meth:`~randomstate.prng.mt19937.standard_exponential`)
1414

1515
using the ``dtype`` keyword.
1616
* Removed ``random_uintegers`` since these are special cases of

doc/source/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ What's New or Different
2121
to produce either single or double prevision uniform random variables for
2222
select distributions
2323

24-
* Uniforms (:meth:`~randomstate.entropy.random_sample` and :meth:`~randomstate.entropy.rand`)
25-
* Normals (:meth:`~randomstate.entropy.standard_normal` and :meth:`~randomstate.entropy.randn`)
26-
* Standard Gammas (:meth:`~randomstate.entropy.standard_gamma`)
27-
* Standard Exponentials (:meth:`~randomstate.entropy.standard_exponential`)
24+
* Uniforms (:meth:`~randomstate.prng.mt19937.random_sample` and :meth:`~randomstate.prng.mt19937.rand`)
25+
* Normals (:meth:`~randomstate.prng.mt19937.standard_normal` and :meth:`~randomstate.prng.mt19937.randn`)
26+
* Standard Gammas (:meth:`~randomstate.prng.mt19937.standard_gamma`)
27+
* Standard Exponentials (:meth:`~randomstate.prng.mt19937.standard_exponential`)
2828

2929
.. ipython:: python
3030

0 commit comments

Comments
 (0)