Method Shuffle
Shuffle<T>(IList<T>)
Declaration
public static void Shuffle<T>(IList<T> list)
Parameters
Type | Name | Description |
---|---|---|
IList<T> | list |
Type Parameters
Name | Description |
---|---|
T |
Shuffle<T>(IList<T>, Random)
Declaration
public static void Shuffle<T>(IList<T> list, Random random)
Parameters
Type | Name | Description |
---|---|---|
IList<T> | list | |
Random | random |
Type Parameters
Name | Description |
---|---|
T |