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

asp.net mvc - Cannot display error message on Editor or EditorFor -

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

php - Using str_replace to translate a MySQL Table in html -