[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Making Lua state internal random seed optional?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 29 Jul 2014 13:27:10 -0300
One solution is to add this to luaconf.h and rebuild Lua:
#define luai_makeseed() 0
But, as Roberto argued, this does not completly solve the problem.