|
XGCa
|
Classes | |
| struct | rands |
Functions | |
| void | init_seeds_ext (rands &sv) |
| double | taus88_ext (rands &sv) |
| void | init_ranx (int nthreads, int mype) |
| double | ranx (int thread_id) |
Variables | |
| std::vector< rands > | sv |
| void Random::init_ranx | ( | int | nthreads, |
| int | mype | ||
| ) |

| void Random::init_seeds_ext | ( | rands & | sv | ) |

| double Random::ranx | ( | int | thread_id | ) |

| double Random::taus88_ext | ( | rands & | sv | ) |

| std::vector<rands> Random::sv |