diff options
| -rw-r--r-- | numpy/random/_generator.pyx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/numpy/random/_generator.pyx b/numpy/random/_generator.pyx index 4ad48afbc..5218c6d0e 100644 --- a/numpy/random/_generator.pyx +++ b/numpy/random/_generator.pyx @@ -4429,6 +4429,12 @@ cdef class Generator: -------- shuffle permutation + + Notes + ----- + An important distinction between methods ``shuffle`` and ``permuted`` is + how they both treat the ``axis`` parameter which can be found at + :ref:`generator-handling-axis-parameter`. Examples -------- |
