Shuffle
Randomizes the order of the values of an IList, updating the original IList object.
- Use the Fisher-Yates algorithm to reorder the elements of the given
IListobject.
Randomizes the order of the values of an IList, updating the original IList object.
IList object.