From fb6a20845fed68f1fc3bb5722bb1f5f7f9469d95 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Mon, 29 Jun 2026 08:01:17 -0500 Subject: 'better' rng --- src/reg.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/reg.c') diff --git a/src/reg.c b/src/reg.c index c57cdf7..b90e03d 100644 --- a/src/reg.c +++ b/src/reg.c @@ -8,7 +8,6 @@ #include "test.h" #include "config.h" #include "lullaby.h" -#include #define open_common(name, config)\ int luaopen_lullaby_##name (lua_State* L){\ @@ -39,7 +38,6 @@ lua_settable(L, T); int luaopen_lullaby(lua_State* L) { - srand(time(NULL)); lua_newtable(L); int top = lua_gettop(L); -- cgit v1.2.3