<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mersenne-Twister on Pi Stack</title>
    <link>https://www.pistack.xyz/tags/mersenne-twister/</link>
    <description>Recent content in Mersenne-Twister on Pi Stack</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 01 Jul 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.pistack.xyz/tags/mersenne-twister/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>C&#43;&#43; Random Number Generation Libraries: PCG vs Xoroshiro vs Mersenne Twister vs Boost.Random vs Abseil Random</title>
      <link>https://www.pistack.xyz/posts/2026-07-01-cpp-random-number-libraries-pcg-xoroshiro-mt19937-boost-abseil/</link>
      <pubDate>Wed, 01 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-07-01-cpp-random-number-libraries-pcg-xoroshiro-mt19937-boost-abseil/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Random number generation (RNG) is foundational to a surprising range of self-hosted applications. Monte Carlo simulations for financial risk modeling, procedural content generation in game servers, cryptographic nonce generation, randomized load balancing, and A/B test assignment all depend on high-quality, performant random number generators. Using the wrong RNG — one with poor statistical properties, short period length, or thread-safety issues — can produce subtly biased results that are difficult to diagnose.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
