random

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