<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://aoineko.org/msxgl/index.php?action=history&amp;feed=atom&amp;title=Modules%2Fmath%2FSettings</id>
		<title>Modules/math/Settings - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://aoineko.org/msxgl/index.php?action=history&amp;feed=atom&amp;title=Modules%2Fmath%2FSettings"/>
		<link rel="alternate" type="text/html" href="https://aoineko.org/msxgl/index.php?title=Modules/math/Settings&amp;action=history"/>
		<updated>2026-05-04T10:12:21Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.2</generator>

	<entry>
		<id>https://aoineko.org/msxgl/index.php?title=Modules/math/Settings&amp;diff=2034&amp;oldid=prev</id>
		<title>Aoineko: Created page with &quot;Library configuration (&lt;tt&gt;msxgl_config.h&lt;/tt&gt;): &lt;syntaxhighlight lang=&quot;c&quot;&gt; // Random methods // - RANDOM_8_NONE ................ No 8-bits random // - RANDOM_8_REGISTER ........&quot;</title>
		<link rel="alternate" type="text/html" href="https://aoineko.org/msxgl/index.php?title=Modules/math/Settings&amp;diff=2034&amp;oldid=prev"/>
				<updated>2024-01-07T21:28:01Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Library configuration (&amp;lt;tt&amp;gt;msxgl_config.h&amp;lt;/tt&amp;gt;): &amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot;&amp;gt; // Random methods // - RANDOM_8_NONE ................ No 8-bits random // - RANDOM_8_REGISTER ........&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Library configuration (&amp;lt;tt&amp;gt;msxgl_config.h&amp;lt;/tt&amp;gt;):&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c&amp;quot;&amp;gt;&lt;br /&gt;
// Random methods&lt;br /&gt;
// - RANDOM_8_NONE ................ No 8-bits random&lt;br /&gt;
// - RANDOM_8_REGISTER ............ R Register value (7-bits)&lt;br /&gt;
// - RANDOM_8_RACC ................ R Register accumulation (7-bits)&lt;br /&gt;
// - RANDOM_8_ION ................. Ion Random&lt;br /&gt;
// - RANDOM_8_MEMORY .............. Memory Peek from R&lt;br /&gt;
#define RANDOM_8_METHOD				RANDOM_8_ION&lt;br /&gt;
// - RANDOM_16_NONE ............... No 16-bits random&lt;br /&gt;
// - RANDOM_16_LINEAR ............. Linear congruential&lt;br /&gt;
// - RANDOM_16_XORSHIFT ........... XOR Shift&lt;br /&gt;
// - RANDOM_16_LFSR_LCG ........... Combined LFSR/LCG&lt;br /&gt;
#define RANDOM_16_METHOD			RANDOM_16_XORSHIFT&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Aoineko</name></author>	</entry>

	</feed>