Randomize a List

What is the best way to randomize the order of a generic list in C#? I’ve got a finite set of 75 numbers in a list I would like to assign a random order to, in order to draw them for a lottery type application. 27 s 27 Shuffle any (I)List with an extension method … Read more