コード例 #1
0
 public void nextCharacter() {
   handler.fireNewCharacter(this, (int) chars[random.nextInt(chars.length)]);
 }
コード例 #2
0
 public int getPauseTime() {
   return (int) (Math.max(1000, 5000 * random.nextDouble()));
 }