lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 30 November 2011 15:53, Luis Carvalho <lexcarvalho@gmail.com> wrote:
>> -          Does anybody know any ready codes for statistical functions in
>> Lua, random generation, ...?

You could also try GSL Shell [1], which contains an extensive number
of random number generators [2], including the Mersenne Twister. It
also contains a number of statistical and other functions, like
probability distribution functions, model fitting, integration,
plotting etc. [3]

[1] http://www.nongnu.org/gsl-shell/
[2] http://www.nongnu.org/gsl-shell/doc/random.html
[3] http://www.nongnu.org/gsl-shell/doc/