Google

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


lrandom

lrandom(bit)
:: Generates a long random number.
bit
return
integer
  • Generates a non-negative integer of at most bit bits.
  • The result is a concatination of outputs of random.
References
section random, section mt_save, mt_load.


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