<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.fracterebus.com/index.php?action=history&amp;feed=atom&amp;title=TinyMT32</id>
	<title>TinyMT32 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.fracterebus.com/index.php?action=history&amp;feed=atom&amp;title=TinyMT32"/>
	<link rel="alternate" type="text/html" href="https://wiki.fracterebus.com/index.php?title=TinyMT32&amp;action=history"/>
	<updated>2026-04-10T02:26:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.fracterebus.com/index.php?title=TinyMT32&amp;diff=37&amp;oldid=prev</id>
		<title>NerdOfEpic: Created page with &quot;The primary random number generation within Fracterebus is an implementation of TinyMT32, which stands for 32-bit Mersenne Twister.    It was based on the C implementation of TinyMT32 v1.1.2 found at https://github.com/MersenneTwister-Lab/TinyMT  It was ported to C# by NerdOfEpic based on these files: * https://github.com/MersenneTwister-Lab/TinyMT/blob/master/tinymt/tinymt32.h * https://github.com/MersenneTwister-Lab/TinyMT/blob/master/tinymt/tinymt32.c  Notes: * Things...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.fracterebus.com/index.php?title=TinyMT32&amp;diff=37&amp;oldid=prev"/>
		<updated>2025-11-19T18:45:46Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The primary random number generation within Fracterebus is an implementation of TinyMT32, which stands for 32-bit Mersenne Twister.    It was based on the C implementation of TinyMT32 v1.1.2 found at https://github.com/MersenneTwister-Lab/TinyMT  It was ported to C# by NerdOfEpic based on these files: * https://github.com/MersenneTwister-Lab/TinyMT/blob/master/tinymt/tinymt32.h * https://github.com/MersenneTwister-Lab/TinyMT/blob/master/tinymt/tinymt32.c  Notes: * Things...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The primary random number generation within Fracterebus is an implementation of TinyMT32, which stands for 32-bit Mersenne Twister.  &lt;br /&gt;
&lt;br /&gt;
It was based on the C implementation of TinyMT32 v1.1.2 found at https://github.com/MersenneTwister-Lab/TinyMT&lt;br /&gt;
&lt;br /&gt;
It was ported to C# by NerdOfEpic based on these files:&lt;br /&gt;
* https://github.com/MersenneTwister-Lab/TinyMT/blob/master/tinymt/tinymt32.h&lt;br /&gt;
* https://github.com/MersenneTwister-Lab/TinyMT/blob/master/tinymt/tinymt32.c&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
* Things were renamed to align with my interface.&lt;br /&gt;
* State is initialized with known values, and cannot be overridden except for seed.&lt;br /&gt;
&lt;br /&gt;
Removed Features:&lt;br /&gt;
* The Union based functions.&lt;br /&gt;
* Float generation functions I didn&amp;#039;t need.&lt;br /&gt;
* Init by array and supporting functions.&lt;br /&gt;
* MExp function.&lt;br /&gt;
 &lt;br /&gt;
The original Tiny Mersenne Twister only 127 bit internal state was authored by:&lt;br /&gt;
* Mutsuo Saito (Hiroshima University)&lt;br /&gt;
* Makoto Matsumoto (University of Tokyo)&lt;br /&gt;
&lt;br /&gt;
Copyright(C) 2011 Mutsuo Saito, Makoto Matsumoto,&lt;br /&gt;
Hiroshima University and The University of Tokyo.&lt;br /&gt;
All rights reserved.&lt;br /&gt;
&lt;br /&gt;
The 3-clause BSD License is applied to this software, see LICENSE.txt at:&lt;br /&gt;
https://github.com/MersenneTwister-Lab/TinyMT/blob/master/LICENSE.txt&lt;/div&gt;</summary>
		<author><name>NerdOfEpic</name></author>
	</entry>
</feed>