maarten-van-duren submitted these extension methods
-
Shuffle
Shuffle an array in O(n) time (fastest possible way in theory and practice!)C# System.Array Maarten van Duren -
Shuffle
Shuffle an ArrayList in O(n) time (fastest possible way in theory and practice!)C# System.Collections.ArrayList Maarten van Duren