collection/shuffle library

Functions

shuffle<T>(List<T> collection) List<T>
Shuffles a list using the Fisher-Yates shuffle algorithm.