Posts by Douglas S • 1 point
1 post
-
-3
votes1
answer98
viewsA: How to generate 10 times random numbers without being repeated, with loop?
You can try to store the numbers in an array and whenever you generate, use one to check if the random number has already been drawn.