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)
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments