- Source:
Methods
(inner) shuffle(array) → {Array.<any>}
A Fisher Yates shuffle function.
Parameters:
Name | Type | Description |
---|---|---|
array | Array.<any> | A list that needs to be shuffled |
- Source:
Returns:
The shuffled list.
- Type
- Array.<any>
A Fisher Yates shuffle function.
Name | Type | Description |
---|---|---|
array | Array.<any> | A list that needs to be shuffled |
The shuffled list.