new Random().nextInt(bound) 에서 bound 는 양수여야 한다 https://docs.oracle.com/javase/8/docs/api/java/util/Random.html#nextInt-int- #TIL