private float randomize (float x) { · return x + (float)Math.random() * amplitude * 2 - 1; } ...
確定! 回上一頁