Revision history of "Module:Random"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 11:52, 13 May 2021BoxWiki talk contribsm 430 bytes 0 1 revision imported
  • curprev 05:08, 6 December 2016CraftingTable>Majr 430 bytes +430 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..."