RANLUX: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| Carl McBride (talk | contribs) No edit summary | Carl McBride (talk | contribs)  m (Added a reference) | ||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| A portable Fortran 77 implementation of a high-quality generator called '''RANLUX''' (for LUXury RANdom numbers), using the algorithm of Martin Lüscher. | {{Stub-general}} | ||
| A portable Fortran 77 implementation of a high-quality generator called '''RANLUX''' (for LUXury RANdom numbers) <ref>[http://dx.doi.org/10.1016/0010-4655(94)90233-X   F. James "RANLUX: A Fortran implementation of the high-quality pseudorandom number generator of Lüscher", Computer Physics Communications, '''79''' pp. 111-114 (1994)]</ref>, using the algorithm of Martin Lüscher <ref>[http://dx.doi.org/10.1016/0010-4655(94)90232-1 Martin Lüscher "A portable high-quality random number generator for lattice field theory simulations", Computer Physics Communications '''79''' pp. 100-110 (1994) ]</ref>. | |||
| ==References== | ==References== | ||
| <references/> | |||
| ;Related reading | |||
| *[http://dx.doi.org/10.1016/S0010-4655(97)00002-7   Kenneth G. Hamilton and F. James, "Acceleration of RANLUX", Computer Physics Communications, '''101''' pp. 241-248 (1997)] | |||
| [[Category: Random numbers]] | [[Category: Random numbers]] | ||
Latest revision as of 11:03, 1 March 2012
A portable Fortran 77 implementation of a high-quality generator called RANLUX (for LUXury RANdom numbers) [1], using the algorithm of Martin Lüscher [2].
References[edit]
- ↑ F. James "RANLUX: A Fortran implementation of the high-quality pseudorandom number generator of Lüscher", Computer Physics Communications, 79 pp. 111-114 (1994)
- ↑ Martin Lüscher "A portable high-quality random number generator for lattice field theory simulations", Computer Physics Communications 79 pp. 100-110 (1994)
- Related reading
