Shuffler Methods
Methods
Shuffle<T>(IList<T>) | Puts the members of a collection in random order. |
Shuffle<T>(IList<T>, Random) | Puts the members of a collection in a random order. |
Shuffle<T>(IList<T>, Int32, Int32, Random) | Puts the members of a collection in a random order. |