double x; /* ... */ x = Math.random(); // 0.0以上1.0以下の乱数を生成
double x; /* ... */ x = Math.random() * 100; // 0.0以上100.0以下の乱数を生成