Abstract
A facility for generating sequences of pseudorandom numbers is a fundamental part of computer simulation systems. Furthermore, multiple independent streams of random numbers are often required in simulation studies, for instance, to facilitate synchronization for variance-reduction purposes, and for making independent replications. A portable set of software utilities is described for uniform random-number generation. It provides for multiple generators (streams) running simultaneously, and each generator (stream) has its sequence of numbers partitioned into many long disjoint contiguous substreams. Simple procedure calls allow the user to make any generator “jump” ahead/back v steps (random numbers). Implementation issues are discussed. An efficient and portable code is also provided to implement the package. The basic underlying generator CMRG (combined Multiple Recursive Generator) combines two multiple recursive random number generators with a period length of approximately 2191 (˜ 3.1× 1057), good speed, and excellent theoretical properties.
Reference16 articles.
1. An optical ultrafast random bit generator
2. Handbook of Monte Carlo Methods
3. Pseudorandom Number Generators
4. L’Ecuyer, P. (2013). Random number generation. Retrieved January 3, 2013, from http://www.iro.umontreal.ca/~lecuyer/myftp/papers/handstat.pdf