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