In Kotlin, can I have two random values with the second one omitting the first random number?
Here is what I am trying to say: val firstNumbers = (1..69).random() val secondNumbers = (1..69).random() I would like the "secondNumbers" to omit the random number picked in "firstNumbers"
Aucun commentaire:
Enregistrer un commentaire