• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
no edit summary
Line 62: Line 62:  
local time = os.time()
 
local time = os.time()
 
local rand = math.random()
 
local rand = math.random()
mw.log("FFFFFFF")
+
local rtnStr = tostring(time) .. " | " .. tostring(rand) .. " | " .. tostring(p.dictConcat(seed)) .. " | " .. tostring(randomizer)
mw.log(time)
+
return rtnStr
mw.log(rand)
+
-- return (math.floor(time*265314426625821*rand)-randomizer) % 2^32+math.floor(math.random()*1381242451)
mw.log(randomizer)
  −
mw.log(seed)
  −
mw.log("AAAAAAAAA")
  −
return (math.floor(time*265314426625821*rand)-randomizer) % 2^32+math.floor(math.random()*1381242451)
   
end
 
end
  
2,922

edits

Navigation menu