乱数を求める


動作ブラウザ 【 IE:3.0  NN:3.0
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows - × - -
Macintosh - × - -
UNIX - - - - - × - - -
Dreamcast - - - - - - - - - - -

ポイント n = Math.random() n = Math.floor(Math.random()*100)
説  明 Math.random()は0〜1未満の乱数を発生させます。整数値を求めたい場合はMath.floor()やparseInt()を使って整数化します。例えば0〜9までの整数値であればMath.floor(Math.random()*10)となります。
サンプル <html> <head> <title>乱数を求める</title> </head> <body> <script language="JavaScript"><!-- n = Math.floor(Math.random()*100); document.write(n); // --></script> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA