|
QDP++
|
Go to the source code of this file.
Namespaces | |
| namespace | QDP |
| Yet another random number generator. | |
| namespace | QDP::RANNYU |
Functions | |
| double | QDP::RANNYU::random () |
| The RNG. Has side effects. | |
| void | QDP::RANNYU::setrn (const multi1d< int > &iseed) |
| Seed has been set by default - this allows one to override it. | |
| multi1d< int > | QDP::RANNYU::savern () |
| Recover the seed. | |
| void | QDP::RANNYU::random (RNGState_t &ran_state) |
| The RNG, but packaging all the state with it. No side effects. | |