File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ Head (not released)
7
7
-------------------
8
8
* Extended 32-bit generation to
9
9
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 `)
14
14
15
15
using the ``dtype `` keyword.
16
16
* Removed ``random_uintegers `` since these are special cases of
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ What's New or Different
21
21
to produce either single or double prevision uniform random variables for
22
22
select distributions
23
23
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 `)
28
28
29
29
.. ipython :: python
30
30
You can’t perform that action at this time.
0 commit comments