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
The documentation for shuffle does not explicitly state the probability distribution it implements. What I would expect as a result is a permutation chosen uniformly at random from the set of all permutations. Is that what it does?
The text was updated successfully, but these errors were encountered:
I guess this should be better documented, though there isn't really any other distribution which would make sense (albeit there are likely quite a few shuffle implementations which are mistakenly non-uniform).
The documentation for
shuffle
does not explicitly state the probability distribution it implements. What I would expect as a result is a permutation chosen uniformly at random from the set of all permutations. Is that what it does?The text was updated successfully, but these errors were encountered: