var rnd = new Random(); var SelectedPost = q.OrderBy(x => rnd.Next()).Take(1);
var rand = new Random(); var user = users[rand.Next(users.Count)];