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

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

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

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