mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
9 lines
No EOL
112 B
Lua
9 lines
No EOL
112 B
Lua
|
|
local m_random = math.random;
|
|
module "uuid"
|
|
|
|
function generate()
|
|
return m_random(0, 99999999);
|
|
end
|
|
|
|
return _M; |