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