mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 15:10:03 +00:00
4 lines
No EOL
124 B
Lua
4 lines
No EOL
124 B
Lua
--!strict
|
|
return function(): number?
|
|
return tonumber(string.sub(tostring(Random.new():NextNumber()), 3, 7)) -- 4 digits
|
|
end |