Module:Random: Difference between revisions

Jump to navigation Jump to search
Created page with "local p = {} local seeded local randomseed = math.randomseed local random = math.random function p.random( m, n ) if not seeded then p.seed() end return random( n and..."
(Created page with "local p = {} local seeded local randomseed = math.randomseed local random = math.random function p.random( m, n ) if not seeded then p.seed() end return random( n and...")
(No difference)
Anonymous user

Navigation menu