Go to the first, previous, next, last section, table of contents.
- 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, sectionmt_save,mt_load.
Go to the first, previous, next, last section, table of contents.