9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
|
config BR2_PACKAGE_LRANDOM
|
||
|
bool "lrandom"
|
||
|
depends on BR2_PACKAGE_HAS_LUA_INTERPRETER
|
||
|
help
|
||
|
A library for generating random numbers
|
||
|
based on the Mersenne Twister
|
||
|
|
||
|
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lrandom
|