Cryptography
crypt.random
ينشئ raw random bytes باستخدام random byte generator ويعيدها كسلسلة Lua.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ينشئ raw random bytes باستخدام random byte generator ويعيدها كسلسلة Lua.
crypt.random(size: number): string
local bytes = crypt.random(16)
print(bytes)
print(#bytes)