MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaL_makeseed

Function luaL_makeseed

third-party/lua-5.5.0/src/lauxlib.c:1174–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1172
1173
1174LUALIB_API unsigned int luaL_makeseed (lua_State *L) {
1175 UNUSED(L);
1176 return luai_makeseed();
1177}
1178
1179
1180/*

Callers 3

math_randomseedFunction · 0.85
setrandfuncFunction · 0.85
(luaL_newstate)Function · 0.85

Calls 1

luai_makeseedFunction · 0.70

Tested by

no test coverage detected