dialback keys now verified

This commit is contained in:
Matthew Wild 2008-10-24 03:06:55 +01:00
parent 162e3fb849
commit eb8e9997e0
7 changed files with 45 additions and 12 deletions

View file

@ -2,7 +2,7 @@
local m_random = math.random;
module "uuid"
function uuid_generate()
function generate()
return m_random(0, 99999999);
end