Remove another source of nondeterminism in Lua... luai_makeseed.
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
*/
|
*/
|
||||||
#if !defined(luai_makeseed)
|
#if !defined(luai_makeseed)
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#define luai_makeseed() cast(unsigned int, time(NULL))
|
#define luai_makeseed() 1234
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user