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