8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fee756 commit c773eb1Copy full SHA for c773eb1
doc/release/upcoming_changes/15121.new_function.rst
@@ -0,0 +1,6 @@
1
+The random.Generator class has a new ``permuted`` function.
2
+-----------------------------------------------------------
3
+The new function differs from ``shuffle`` and ``permutation`` in that the
4
+subarrays indexed by an axis are permuted rather than the axis being treated as
5
+a separate 1-D array for every combination of the other indexes. For example,
6
+it is now possible to permute the rows or columns of a 2-D array.
0 commit comments