Previous: , Up: srfi random   [Index]


2.16.8 References

Diehard—-Testsuite for Random Number Generators. G. Marsaglia. Also contains some generators that do pass Diehard.

stat.fsu.edu/~geo/diehard.html

The Art of Computer Programming; Volume II Seminumerical Algorithms. 2nd ed. D. E. Knuth. Addison-Wesley, 1981. The famous chapter on random number generators.

Software for Uniform Random Number Generation: Distinguishing the Good and the Bad. P. L’Ecuyer. Proceedings of the 2001 Winter Simulation Conference, IEEE Press, Dec. 2001, 95–105. Profound discussion of random number generators.

www.iro.umontreal.ca/~lecuyer/myftp/papers/wsc01rng.pdf

Good Parameter Sets for Combined Multiple Recursive Random Number Generators. P. L’Ecuyer. Shorter version in Operations Research, 47, 1 (1999), 159–164. Actual numbers for good generators.

www.iro.umontreal.ca/~lecuyer/myftp/papers/combmrg2.ps

MIT Scheme v7.6. A mechanism to run a fixed unspecified generator.

http://www.swiss.ai.mit.edu/projects/scheme/documentation/scheme_5.html#SEC53

SLIB 2d2 with (require 'random). A. Jaffer.

http://swiss.csail.mit.edu/~jaffer/slib_5.html#SEC108

Scheme 48 v0.57. R. Kelsey, J. Rees. Internal procedures of Scheme48; a fixed 28-bit generator.

PLT MzScheme Version 200alpha1. M. Flatt. A mechanism to run a generator and to exchange the generator.

http://download.plt-scheme.org/doc/200alpha1/html/mzscheme/mzscheme-Z-H-3.html#%_idx_144

Structure and Interpretation of Computer Programs. H. Abelson, G. J. Sussmann, J. Sussman. The rand–example shows a textbook way to define a random number generator.

http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-20.html#%_idx_2934

A portable random-number generator. John David Stone. An implementation of a linear congruental generator in Scheme.

http://www.math.grin.edu/~stone/events/scheme-workshop/random.html

RFC1750: Randomness Recommendations for Security. Network Working Group. A serious discussion of serious randomness for serious security.

http://www.cis.ohio-state.edu/htbin/rfc/rfc1750.html

Resources on random number generators and randomness:

http://www.random.org/essay.html
http://www.taygeta.com/random/randrefs.html