<static> shuffle(array) → {Array.<any>}
A standard Fisher-Yates Array shuffle implementation which modifies the array in place.
Parameters
Name | Type | Description |
---|---|---|
array | Array.<any> | The array to shuffle. |
Returns
Array.<any> -
The original array, now shuffled.
- Source code: utils/ArrayUtils.js (Line 80)
Please login to continue.