random

種類メソッド
書式 Math.random()
解説
乱数値を返します。
サンプルコード
function sampleCode()
{
txtField.data = Math.random();
}
sampleCode();
実際のスクリプトをダウンロード