APRlib

SupportClass.CollectionsManager.Shuffle Method (IList, Random)

Shuffles the list randomly.

public static void Shuffle(
   IList List,
   Random RandomList
);

Parameters

List
The list to be shuffled.
RandomList
The random to use to shuffle the list.

See Also

SupportClass.CollectionsManager Class | (global) Namespace | SupportClass.CollectionsManager.Shuffle Overload List