Google

Go to the first, previous, next, last section, table of contents.


lrandom

lrandom(bit)
:: 多倍長乱数を生成する.
bit
return
自然数
  • 高々 bit の非負整数の乱数を生成する.
  • random を複数回呼び出して結合し, 指定の bit 長にマスクしている.
参照
section random, section mt_save, mt_load.


Go to the first, previous, next, last section, table of contents.