aboutsummaryrefslogtreecommitdiff
path: root/src/reg.c
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2026-06-29 08:01:17 -0500
committeramelia squires <[email protected]>2026-06-29 08:01:17 -0500
commitfb6a20845fed68f1fc3bb5722bb1f5f7f9469d95 (patch)
tree1f1ef418873b2e63c8e2ceb3ca6a89e44a318247 /src/reg.c
parent727d3541a122795b405208242e6fdf7f8b5add07 (diff)
'better' rng
Diffstat (limited to 'src/reg.c')
-rw-r--r--src/reg.c2
1 files changed, 0 insertions, 2 deletions
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 <time.h>
#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);