Diff

util/uuid.lua @ 145:fbb3a4ff9cf1 s2s

dialback keys now verified
author Matthew Wild <mwild1@gmail.com>
date Fri, 24 Oct 2008 03:06:55 +0100
parent 44:80d2ade0fd69
child 519:cccd610a0ef9
line wrap: on
line diff
--- 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