System.Random r = new System.Random();

int keyValue = r.Next(0,7);


0~7사이 랜덤 숫자를 생성 합니다.

+ Recent posts