<p>Some info dump while I try to figure out random number generations. No TOC for this page, but here is a <code>tree -L1</code></p>
<pre><code class="language-text">.
├── Algorithms
│ ├── CSPRNG.md
│ └── Random Tree - Linear Congruential Algo.md
└── Random Number Generation.md
2 directories, 3 files
</code></pre>
<hr>
<br />
<div class="cite-block">
<p>Citations for this chunk</p>
<p>- Handling generators based on <a src="https://www.mcs.anl.gov/~itf/dbpp/text/node119.html">linear
Read more →