CRMSNov 3, 2018

A Search for Good Pseudo-random Number Generators : Survey and Empirical Studies

arXiv:1811.04035v2110 citations
AI Analysis

This work provides a comparative ranking of PRNGs for researchers and practitioners needing reliable random number generation, but it is incremental as it builds on existing generators and tests.

The paper conducted a survey and empirical evaluation of 30 pseudo-random number generators (PRNGs) from three categories, testing them with statistical and graphical methods to rank their performance based on overall test results.

This paper targets to search so-called \emph{good} generators by doing a brief survey over the generators developed in the history of pseudo-random number generators (PRNGs), verify their claims and rank them based on strong empirical tests in same platforms. To do this, the genre of PRNGs developed so far are explored and classified into three groups -- linear congruential generator based, linear feedback shift register based and cellular automata based. From each group, the well-known widely used generators which claimed themselves to be `\emph{good}' are chosen. Overall $30$ PRNGs are selected in this way on which two types of empirical testing are done -- blind statistical tests with Diehard battery of tests, battery \emph{rabbit} of TestU01 library and NIST statistical test-suite as well as graphical tests (lattice test and space-time diagram test). Finally, the selected PRNGs are divided into $24$ groups and are ranked according to their overall performance in all empirical tests.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes