0~1 사이의 랜덤값을 만들어 준다.

Math.random()

1~N 까지

Math.floor(Math.random() * N + 1)