summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/library/resty.random.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/library/resty.random.lua')
-rw-r--r--meta/3rd/OpenResty/library/resty.random.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/library/resty.random.lua b/meta/3rd/OpenResty/library/resty.random.lua
new file mode 100644
index 00000000..cecba485
--- /dev/null
+++ b/meta/3rd/OpenResty/library/resty.random.lua
@@ -0,0 +1,5 @@
+---@meta
+resty_random={}
+resty_random._VERSION="0.11"
+function resty_random.bytes(len, strong) end
+return resty_random \ No newline at end of file