Go to the source code of this file.
Classes | |
| class | mdp_prng |
| Marsaglia's random number generator (same as UKQCD). More... | |
Variables | |
| class mdp_prng | mdp_random |
| Marsaglia's random number generator (same as UKQCD). | |
Class mdp_prng (the random number generator of MDP)
Licensed under GPL2 license Read attached license in file mdp_license.pdf This file cannot be distributed without file mdp_license.pdf
| class mdp_prng mdp_random |
Marsaglia's random number generator (same as UKQCD).
You should not instantiate this class because:
/// // print a uniform number in (0,1) /// cout << mdp_random.plain() << endl; /// // print a gaussian number /// cout << mdp_random.gaussian() << endl; /// // print a random SU(10) matrix /// cout << mdp_random.SU(10) << endl; ///
1.6.1