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
IList
object.
Randomizes the order of the values of an IList
, updating the original IList
object.
IList
object.