Quickest way to randomly re-order a LINQ collection?

Posted by Programmer's Goodies on August 25, 2011

I have a List I would like to re-order it so so they are in random order. What’s the quickest way to do this (by quickest, I mean least amount of code) If you want to randomly re-order in place you should shuffle the list, usage with an extension method is then a simple one-liner. This assumes

... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.