Cryptography
crypt.random
random byte generator로 raw random bytes를 생성하고 Lua string으로 반환합니다.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
random byte generator로 raw random bytes를 생성하고 Lua string으로 반환합니다.
crypt.random(size: number): string
local bytes = crypt.random(16)
print(bytes)
print(#bytes)