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

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

SQL Server - MyCTE query based on 24 hour period (next day) -

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