random pick linq code example Example: linq pick random element var rand = new Random(); var user = users[rand.Next(users.Count)];