TinyMT32: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons 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.

19 November 2025

  • curprev 18:4518:45, 19 November 2025 NerdOfEpic talk contribs 1,179 bytes +1,179 Created page with "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..."