스프링, 자바, 코틀린, 객체지향, 디자인패턴, 질문/답변, 팁, 춰준, 면잡, 잡담 등등
new Random().nextInt(bound) 에서 bound 는 양수여야 한다
https://docs.oracle.com/javase/8/docs/api/java/util/Random.html#nextInt-int-
#TIL