Javascript/指定範囲ランダム数字

Math.random() * ( (最大値 + 1) – 最小値 ) + 最小値;