Random random = new Random();
int x = random.Next(0, 10);
Console.WriteLine("Gold");
Random rand = new Random();
int y = random.Next(0, 10);
Console.WriteLine("Gold");
Random rand = new Random();
int y = random.Next(11, 20);
Console.WriteLine("Gold");
Random rand = new Random();
int y = random.Next(21, 30);
Console.WriteLine("Gold");
Random rand = new Random();
int y = random.Next(31, 40);
Console.WriteLine("Small Item");
Console.WriteLine("Small Item");
Console.WriteLine("Small Item");
Console.WriteLine("Weapon Shard");
Console.WriteLine("Armour Shard");
Console.WriteLine("Poopie Shits");