Possible Duplicate:
Randomize a List<T> in C#
I have a list which contains many thousands of FilePath's to locations of audio files, and was wondering which would be the most efficient way to "shuffle" a List?
Any help is greatly appreciated :)
Thank you
Fisher-Yates Shuffle or as it is also known as, Knuth shuffle.