random
メソッド
Type method
Math.random()
Format
Math.random ()
Commentary
乱数を返します。
Returns a random value.
サンプルコード
Sample code
outputs[0] = Math.random();
outputs [0] = Math.random ();
ダウンロード
Download
the actual script