Jump to content

Module:Pokus

Unchecked
From Wikipedia

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