There are no
reviewed versions of this page, so it may
not have been checked for adherence to standards.
Documentation for this module may be created at Module:Pokus/doc
local p = {}
function p.pokus(frame)
math.randomseed(mw.text.trim(frame.args[1]))
return math.random(0,1000)
end
return p