Changes

no edit summary
Line 12: Line 12:  
function p.timeHash()
 
function p.timeHash()
 
local time = os.time()
 
local time = os.time()
local rand = math.random()
+
local rand = math.random(-1,1)
return math.floor(time*265314426625821*rand) % 2^32+math.floor(math.random()*1381242451)
+
return math.floor(time*265314426625821*rand) % 2^32+math.floor(math.random(-1,1)*1381242451)
 
end
 
end
  
2,922

edits