Spectral test

From Wikipedia, the free encyclopedia

Template:Short description

Three-dimensional plot of 100,000 values generated with RANDU. Each point represents 3 consecutive pseudorandom values. It is clearly seen that the points fall in 15 two-dimensional planes.

The spectral test is a statistical test for the quality of a class of pseudorandom number generators (PRNGs), the linear congruential generators (LCGs).[1] LCGs have a property that when plotted in 2 or more dimensions, lines or hyperplanes will form, on which all possible outputs can be found.[2] The spectral test compares the distance between these planes; the further apart they are, the worse the generator is.[3] As this test is devised to study the lattice structures of LCGs, it can not be applied to other families of PRNGs.

According to Donald Knuth,[4] this is by far the most powerful test known, because it can fail LCGs which pass most statistical tests. The IBM subroutine RANDU[5][6] LCG fails in this test for 3 dimensions and above.

Let the PRNG generate a sequence u1,u2,. Let 1/νt be the maximal separation between covering parallel planes of the sequence {(un+1:n+t)n=0,1,}. The spectral test checks that the sequence ν2,ν3,ν4, does not decay too quickly.

Knuth recommends checking that each of the following 5 numbers is larger than 0.01. μ2=πν22/m,μ3=43πν33/m,μ4=12π2ν44/m,μ5=815π2ν55/m,μ6=16π3ν66/m, where m is the modulus of the LCG.

Figures of merit

Knuth defines a figure of merit, which describes how close the separation 1/νt is to the theoretical minimum. Under Steele & Vigna's re-notation, for a dimension d, the figure fd is defined as[7]Template:Rp fd(m,a)=νd/(γd1/2md), where a,m,νd are defined as before, and γd is the Hermite constant of dimension d. γd1/2md is the smallest possible interplane separation.[7]Template:Rp

L'Ecuyer 1991 further introduces two measures corresponding to the minimum of fd across a number of dimensions.[8] Again under re-notation, d+(m,a) is the minimum fd for a LCG from dimensions 2 to d, and d(m,a) is the same for a multiplicative congruential pseudorandom number generator (MCG), i.e. one where only multiplication is used, or c=0. Steele & Vigna note that the fd is calculated differently in these two cases, necessitating separate values.[7]Template:Rp They further define a "harmonic" weighted average figure of merit, d+(m,a) (and d(m,a)).[7]Template:Rp

Examples

A small variant of the infamous RANDU, with xn+1=65539xnmod229 has:[4]Template:Rp

d 2 3 4 5 6 7 8
ν2
d
536936458 118 116 116 116
μd 3.14 10−5 10−4 10−3 0.02
fd[a] 0.520224 0.018902 0.084143 0.207185 0.368841 0.552205 0.578329

The aggregate figures of merit are: 8(65539,229)=0.018902, 8(65539,229)=0.330886.[a]

George Marsaglia (1972) considers xn+1=69069xnmod232 as "a candidate for the best of all multipliers" because it is easy to remember, and has particularly large spectral test numbers.[9]

d 2 3 4 5 6 7 8
ν2
d
4243209856 2072544 52804 6990 242
μd[b] 3.10 2.91 3.20 5.01 0.017
fd[a] 0.462490 0.313127 0.457183 0.552916 0.376706 0.496687 0.685247

The aggregate figures of merit are: 8(69069,232)=0.313127, 8(69069,232)=0.449578.[a]

Steele & Vigna (2020) provide the multipliers with the highest aggregate figures of merit for many choices of m = 2n and a given bit-length of a. They also provide the individual fd values and a software package for calculating these values.[7]Template:Rp For example, they report that the best 17-bit a for m = 232 is:

Additional illustration

Page Template:Multiple image/styles.css has no content.

Despite the fact that both relations pass the Chi-squared test, the first LCG is less random than the second, as the range of values it can produce by the order it produces them in is less evenly distributed.

References

Page Template:Reflist/styles.css has no content.

  1. ^ a b c d Calculated using software from Steele & Vigna (2020), program "mspect" (src/spect.cpp, multiplicative mode).
  2. ^ Calculated from ν2
    d
    reported by Marsaglia.

Page Template:Reflist/styles.css has no content.

  1. ^ Page Module:Citation/CS1/styles.css has no content.Williams, K. B.; Dwyer, Jerry (1 Aug 1996), "Testing Random Number Generators, Part 2", Dr. Dobb's Journal, retrieved 26 Jan 2012.
  2. ^ Page Module:Citation/CS1/styles.css has no content.Marsaglia, George (September 1968). "Random Numbers Fall Mainly in the Planes" (PDF). PNAS. 61 (1): 25–28. Bibcode:1968PNAS...61...25M. doi:10.1073/pnas.61.1.25. PMC 285899. PMID 16591687.
  3. ^ Page Module:Citation/CS1/styles.css has no content.Jain, Raj. "Testing Random-Number Generators (Lecture)" (PDF). Washington University in St. Louis. Retrieved 2 December 2016.
  4. ^ a b Page Module:Citation/CS1/styles.css has no content.Knuth, Donald E. (1981), "3.3.4: The Spectral Test", The Art of Computer Programming volume 2: Seminumerical algorithms (2nd ed.), Addison-Wesley.
  5. ^ IBM, System/360 Scientific Subroutine Package, Version II, Programmer's Manual, H20-0205-1, 1967, p. 54.
  6. ^ Page Module:Citation/CS1/styles.css has no content.International Business Machines Corporation (1968). "IBM/360 Scientific Subroutine Package (360A-CM-03X) Version III" (PDF). Stan's Library. II. White Plains, NY: IBM Technical Publications Department: 77. doi:10.3247/SL2Soft08.001. Scientific Application Program H20-0205-3.
  7. ^ a b c d e f g Page Module:Citation/CS1/styles.css has no content.Steele, Guy L. Jr.; Vigna, Sebastiano (February 2022) [15 January 2020]. "Computationally easy, spectrally good multipliers for congruential pseudorandom number generators". Software: Practice and Experience. 52 (2): 443–458. arXiv:2001.05304. doi:10.1002/spe.3030. Associated software and data at https://github.com/vigna/CPRNG.
  8. ^ Page Module:Citation/CS1/styles.css has no content.L'Ecuyer, Pierre (January 1999). "Tables of Linear Congruential Generators of Different Sizes and Good Lattice Structure" (PDF). Mathematics of Computation. 68 (225): 249–260. Bibcode:1999MaCom..68..249L. CiteSeerX 10.1.1.34.1024. doi:10.1090/S0025-5718-99-00996-5. Be sure to read the Errata as well.
  9. ^ Page Module:Citation/CS1/styles.css has no content.Marsaglia, GEORGE (1972-01-01), Zaremba, S. K. (ed.), "The Structure of Linear Congruential Sequences", Applications of Number Theory to Numerical Analysis, Academic Press, pp. 249–285, ISBN 978-0-12-775950-0, retrieved 2024-01-29{{citation}}: CS1 maint: work parameter with ISBN (link)

Further reading