local p =
function p.random(frame) math.randomseed(os.time + math.floor(os.clock * 1000000000)) return "|-\n" .. "| " .. os.time .. "|| " .. os.clock .. "|| " .. string.format("%06x",math.random(16777216)) .. "\n"end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Thparkth".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.