if there are n elements being shuffled, the chance that the list remains the same after shuffling is `1/n!`(assuming unique elements). For example if there are 10 elements in the shuffled list, the probability of the list being unaltered post shuffling is `2.75573192e-7`
[ Full content available at: https://github.com/apache/incubator-mxnet/pull/12285 ] This message was relayed via gitbox.apache.org for [email protected]
