So, i have a Random r = new Random(); and int i = r.Next(1, 10), Is it possible that lower numbers have a better chance of winning?
Random r = new Random();
int i = r.Next(1, 10)
Aucun commentaire:
Enregistrer un commentaire