Module

shuffle

Shuffles array in place. Reference: https://stackoverflow.com/questions/6274339/how-can-i-shuffle-an-array
Parameters:
Name Type Description
a Array items An array containing the items.

View Source array/shuffle.js, line 4