Skip to content

Commit

Permalink
Merge pull request #36 from Guzzing/academies
Browse files Browse the repository at this point in the history
hotfix : Academies 재배포
  • Loading branch information
byeolhaha authored Nov 9, 2023
2 parents 5f76c68 + 165fc80 commit f55520d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ private long generateRandomAmount(long min, long max) {
if (min >= max) {
throw new IllegalArgumentException("Min value must be less than max value");
}

Random random = new Random();
return min + random.nextInt((int) (max - min + 1));
}
Expand Down

0 comments on commit f55520d

Please sign in to comment.