<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wikifield.fr/index.php?action=history&amp;feed=atom&amp;title=Module%3ARandom</id>
	<title>Module:Random - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wikifield.fr/index.php?action=history&amp;feed=atom&amp;title=Module%3ARandom"/>
	<link rel="alternate" type="text/html" href="https://wikifield.fr/index.php?title=Module:Random&amp;action=history"/>
	<updated>2026-05-14T05:42:41Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wikifield.fr/index.php?title=Module:Random&amp;diff=2257&amp;oldid=prev</id>
		<title>Admin : 1 révision importée</title>
		<link rel="alternate" type="text/html" href="https://wikifield.fr/index.php?title=Module:Random&amp;diff=2257&amp;oldid=prev"/>
		<updated>2019-10-17T14:05:35Z</updated>

		<summary type="html">&lt;p&gt;1 révision importée&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;fr&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version du 17 octobre 2019 à 14:05&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;fr&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Aucune différence)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://wikifield.fr/index.php?title=Module:Random&amp;diff=2256&amp;oldid=prev</id>
		<title>mcen&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://wikifield.fr/index.php?title=Module:Random&amp;diff=2256&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;Nouvelle 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>mcen&gt;Majr</name></author>
	</entry>
</feed>