MyMediaLite
Utils.Shuffle<T> Method (IList<T>)
Syntax
Remarks
Collapse All
Shuffle a list in-place
Declaring type:
Utils
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
Syntax
C#
public static void Shuffle<T> ( IList<T>
list
)
Type Parameters
T
There is no description.
Parameters
list
There is no description.
Top
Remarks
Fisher-Yates shuffle, see http://en.wikipedia.org/wiki/Fisher–Yates_shuffle
Top
Generated by
ImmDoc .NET
.