<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.parallelmc.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ARandom</id>
	<title>Module:Random - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.parallelmc.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%3ARandom"/>
	<link rel="alternate" type="text/html" href="https://wiki.parallelmc.org/w/index.php?title=Module:Random&amp;action=history"/>
	<updated>2026-04-28T21:52:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.parallelmc.org/w/index.php?title=Module:Random&amp;diff=2697&amp;oldid=prev</id>
		<title>Diamondback88: 1 revision imported: Imported from minecraft.wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.parallelmc.org/w/index.php?title=Module:Random&amp;diff=2697&amp;oldid=prev"/>
		<updated>2023-10-24T06:41:57Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: Imported from minecraft.wiki&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 08:41, 24 October 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Diamondback88</name></author>
	</entry>
	<entry>
		<id>https://wiki.parallelmc.org/w/index.php?title=Module:Random&amp;diff=2696&amp;oldid=prev</id>
		<title>minecraft&gt;Majr: Created page with &quot;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...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.parallelmc.org/w/index.php?title=Module:Random&amp;diff=2696&amp;oldid=prev"/>
		<updated>2016-12-06T09:08:11Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;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...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
local seeded&lt;br /&gt;
local randomseed = math.randomseed&lt;br /&gt;
local random = math.random&lt;br /&gt;
&lt;br /&gt;
function p.random( m, n )&lt;br /&gt;
	if not seeded then&lt;br /&gt;
		p.seed()&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return random( n and m or m and 1 or 0, n or m or 1 )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.seed( seed )&lt;br /&gt;
	randomseed( seed or ( os.time() + os.clock() * 1000000000 ) )&lt;br /&gt;
	&lt;br /&gt;
	-- First few values of seed is not guaranteed to be random on some platforms&lt;br /&gt;
	random()&lt;br /&gt;
	random()&lt;br /&gt;
	&lt;br /&gt;
	seeded = true&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>minecraft&gt;Majr</name></author>
	</entry>
</feed>