how to how to shuffle a list C# code example Example: c# randomize a list var shuffledcards = cards.OrderBy(a => Guid.NewGuid()).ToList();