util/uuid.lua

branch
s2s
changeset 145
fbb3a4ff9cf1
parent 44
80d2ade0fd69
child 519
cccd610a0ef9
--- a/util/uuid.lua	Thu Oct 23 19:10:16 2008 +0100
+++ b/util/uuid.lua	Fri Oct 24 03:06:55 2008 +0100
@@ -2,7 +2,7 @@
 local m_random = math.random;
 module "uuid"
 
-function uuid_generate()
+function generate()
 	return m_random(0, 99999999);
 end
 

mercurial