util/uuid.lua

Thu, 27 Nov 2008 03:12:12 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 27 Nov 2008 03:12:12 +0000
changeset 438
193f9dd64f17
parent 145
fbb3a4ff9cf1
child 519
cccd610a0ef9
permissions
-rw-r--r--

Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store.


local m_random = math.random;
module "uuid"

function generate()
	return m_random(0, 99999999);
end

return _M;

mercurial