@@ -19,14 +19,14 @@ Quick comparison of legacy `mtrand <legacy>`_ to the new `Generator`
19
19
================== ==================== =============
20
20
Feature Older Equivalent Notes
21
21
------------------ -------------------- -------------
22
- `Generator ` ` RandomState ` ``Generator `` requires a stream
22
+ `~. Generator ` ` ~. RandomState ` ``Generator `` requires a stream
23
23
source, called a `BitGenerator
24
24
<bit_generators> ` A number of these
25
25
are provided. ``RandomState `` uses
26
26
only the Mersenne Twister.
27
27
------------------ -------------------- -------------
28
- ``Generator. `` `` RandomState. `` Access the values in a BitGenerator,
29
- `` random() `` `` random_sample() `` convert them to ``float64 `` in the
28
+ ``random `` `` random_sample `` Access the values in a BitGenerator,
29
+ convert them to ``float64 `` in the
30
30
interval ``[0.0., `` `` 1.0)``.
31
31
In addition to the ``size `` kwarg, now
32
32
supports ``dtype='d' `` or ``dtype='f' ``,
@@ -36,8 +36,8 @@ Feature Older Equivalent Notes
36
36
Many other distributions are also
37
37
supported.
38
38
------------------ -------------------- -------------
39
- ``Generator. `` ``randint ``, Use the ``endpoint `` kwarg to adjust
40
- `` integers() `` ``random_integers `` the inclusion or exclution of the
39
+ ``integers `` ``randint ``, Use the ``endpoint `` kwarg to adjust
40
+ ``random_integers `` the inclusion or exclution of the
41
41
``high `` interval endpoint
42
42
================== ==================== =============
43
43
0 commit comments