Shuffle a list in-place
Declaring type: Utils
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static void Shuffle<T> (
        IList<T> list
) 
Type Parameters
T

There is no description.

Parameters
list

There is no description.

Collapse/Expand Remarks
Fisher-Yates shuffle, see http://en.wikipedia.org/wiki/Fisher–Yates_shuffle