diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2024-06-20 22:43:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 22:43:06 +0200 |
commit | c1a64c1b75f97cef97965b3bd9a941564a6270bd (patch) | |
tree | b9a92dff6462abd5859c3c76f19748fad5d6c025 /src/random.c | |
parent | 47c24eed0191f8f72646be63dee94ac2b35eb062 (diff) | |
parent | b87e6d6d762ee823e81dd7a8984f330eb4018fd8 (diff) | |
download | luasystem-c1a64c1b75f97cef97965b3bd9a941564a6270bd.tar.gz luasystem-c1a64c1b75f97cef97965b3bd9a941564a6270bd.tar.bz2 luasystem-c1a64c1b75f97cef97965b3bd9a941564a6270bd.zip |
Merge pull request #21 from lunarmodules/terminal
Diffstat (limited to 'src/random.c')
-rw-r--r-- | src/random.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/random.c b/src/random.c index 90fb3f2..e55461a 100644 --- a/src/random.c +++ b/src/random.c | |||
@@ -1,4 +1,9 @@ | |||
1 | /// @submodule system | 1 | /// @module system |
2 | |||
3 | /// Random. | ||
4 | // @section random | ||
5 | |||
6 | |||
2 | #include <lua.h> | 7 | #include <lua.h> |
3 | #include <lauxlib.h> | 8 | #include <lauxlib.h> |
4 | #include "compat.h" | 9 | #include "compat.h" |