You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seq: Sequence[Any] - Sequence of objects for which random permutation is required.
11
+
seq: Sequence[Any] - sequence of objects for which random permutation is required.
12
12
13
13
@@ description
14
-
Generates a random permutation for the given sequence. Each time the `random_permutation()` is called, it generates and return a random permuted sequence of the given sequence.
14
+
Generates a random permutation for the given sequence. Each time the `random_permutation()` method is called, it generates and return a random permuted sequence of the given sequence.
15
15
16
16
The returned value will always be a sequence such as a list. If the provided sequence is empty, an empty list will be returned.
0 commit comments