I'm trying to create a percentage-based probability for a game. E.g. if an item has a 45% ... R = new Random(); int C = R.Next(1, 101); if (C
stackoverflow.com