Randomly shuffle a List [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Randomize a List<T> in C# shuffle (rearrange randomly) a List<string> Random plot algorithm Hi I have the following list and I want to output the model into a list but do so randomly. I have seen a few examples but they seem to be really convuluted. I just want a simple way to do this? List<Car> garage ----randomise------> List<string> models List<Car> garage = new List<Car>(); garage.Add(new Car("Citroen", "AX"