Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generates raw random bytes with random byte generator and returns them as a Lua string.
crypt.random(size: number): string
size
number
bytes
string
local bytes = crypt.random(16) print(bytes) print(#bytes)