random - prevent repetition of the numbers by not use of Collection Shuffle [Java] -


i used random function in code dont know how prevent repetition.also read questions subject dont want use "shuffle".

thanks , clues.

set doesn't allow duplicates

set set = new hashset();  while (set.size() < 20) {     set.add(r.nextint(100)); } 

Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

python - PIL cannot identify image file for io.BytesIO object -

java - disabling a node without disable its children in javafx -