Random rd = new Random();for (int i=0;i<10;i++){Console.WriteLine(rd.Next(1, 7));//1-6}Console.ReadKey();