The documentation for the shuffle() function in the random module expresses concern that, for sequences of length larger than 2080, the shuffle() function is not able to produce all permutations of ...
I came across this when using np.random.permutation and np.random.shuffle on a list of tuples looking like this (int, np.ndarray). np.random.shuffle works fine, whereas np.random.permutation crashes.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results