if(int i = 0; i<arr.length ; i = (int)(Math.random()*20)+1){ this.arr[i] = (int)(Math.random()*10) + 1; } 넣어서 뭐 뽑기나 스텟같은거 만들때 운빨좆망으로 만들으려고
??