Random Generation
RandomStr
local randomId = RandomStr(8)
print(randomId) -- Example: "aBc3XyZ1"
local sessionToken = RandomStr(32)
-- Generates a 32-character random stringRandomInt
Best Practices
Random Generation
Last updated