diff options
Diffstat (limited to 'doc/source/reference/random')
-rw-r--r-- | doc/source/reference/random/new-or-different.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/random/new-or-different.rst b/doc/source/reference/random/new-or-different.rst index 03e7775a0..6cab0f729 100644 --- a/doc/source/reference/random/new-or-different.rst +++ b/doc/source/reference/random/new-or-different.rst @@ -15,7 +15,7 @@ What's New or Different streams, use `RandomState`, i.e., `RandomState.gamma` or `RandomState.standard_t`. -Quick comparison of legacy `mtrand <legacy>`_ to the new `Generator` +Quick comparison of legacy :ref:`mtrand <legacy>` to the new `Generator` ================== ==================== ============= Feature Older Equivalent Notes @@ -52,7 +52,7 @@ And in more detail: methods which are 2-10 times faster than NumPy's default implementation in `~.Generator.standard_normal`, `~.Generator.standard_exponential` or `~.Generator.standard_gamma`. - + .. ipython:: python |