add 'random' library

This commit is contained in:
MihailRis
2025-09-16 19:01:47 +03:00
parent 78574f2460
commit eb760e1776
5 changed files with 111 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@ static void create_libs(State* L, StateType stateType) {
openlib(L, "mat4", mat4lib);
openlib(L, "pack", packlib);
openlib(L, "quat", quatlib);
openlib(L, "random", randomlib);
openlib(L, "toml", tomllib);
openlib(L, "utf8", utf8lib);
openlib(L, "vec2", vec2lib);