This question already has an answer here:
I'm trying to return a random number between 0 and 1, but it always returns 0.
Code:
int rnd = new Random().Next(0, 1);
Aucun commentaire:
Enregistrer un commentaire