random

種  類 メソッド
書  式
Math.
random()

解  説
0以上1未満の乱数値を返します。

コード
n = Math.random();
alert("乱数値:"+n);


■サンプルをダウンロードする >>.zip