shuffle - eisclimber/ExPresS-XR GitHub Wiki
Method in QuizUtility
Returns a shuffled copy of the given array. Uses a Fisher-Yates-Shuffle.
public static int[] Shuffle(int[] array)| Name | Description |
|---|---|
int[] array |
Array to be shuffled. |
A shuffled copy of the array.