Ive been wondering what the random number generator thats used as an arg to the shuffle method applies to. Does it apply to the probability that a List will have it's elements end up in the same sequence after being shuffled multiple times? If so how can the probability be increased or decreased? Thanks.