RANLUX: Difference between revisions

From SklogWiki
Jump to navigation Jump to search
mNo edit summary
m (Added a reference)
 
Line 1: Line 1:
{{Stub-general}}
{{Stub-general}}
A portable Fortran 77 implementation of a high-quality generator called '''RANLUX''' (for LUXury RANdom numbers), using the algorithm of Martin Lüscher.
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==
#[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)]
<references/>
#[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)]
;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 12:03, 1 March 2012

This article is a 'stub' page, it has no, or next to no, content. It is here at the moment to help form part of the structure of SklogWiki. If you add sufficient material to this article then please remove the {{Stub-general}} template from this page.

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]

Related reading