Random class has a method to generate random int in a given range. For example: Random r = new Random(); int x = ...
確定! 回上一頁