Posts by J.Simb • 1 point
1 post
-
0
votes3
answers3989
viewsQ: How to Generate random numbers without repeating in Random?
So far I have been able to generate random numbers and store, but I have no idea how not to generate repetition. So far it’s been like this: package curso1; import java.util.Random; public class…