Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:RemiLib
(view source)
Revision as of 21:53, 19 November 2015
13 bytes removed
,
9 years ago
no edit summary
Line 69:
Line 69:
local time = os.time()
local time = os.time()
local rand = math.random()
local rand = math.random()
−
local rtnHash = (math.floor(time*
26531425821
*rand)-math.floor(randomizer*time) + math.floor(math.random()*
1381242451
*randomizer)) % 2^
64
+
local rtnHash = (math.floor(time*
5501
*rand)-math.floor(randomizer*time) + math.floor(math.random()*
5501
*randomizer)) % 2^
32
return rtnHash
return rtnHash
end
end
Remi Scarlet
2,922
edits