FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
void | ranlxd (double r[], int n) |
void | rlxd_init (int level, int seed) |
int | rlxd_size (void) |
void | rlxd_get (int state[]) |
void | rlxd_reset (int state[]) |
void ranlxd | ( | double | r[], |
int | n | ||
) |
Definition at line 571 of file ranlxd.cxx.
References is, n, rlxd_init(), update(), and x.
void rlxd_get | ( | int | state[] | ) |
Definition at line 594 of file ranlxd.cxx.
References vec_t::c1, vec_t::c2, vec_t::c3, vec_t::c4, error(), pr, rlxd_size(), and x.
void rlxd_init | ( | int | level, |
int | seed | ||
) |
void rlxd_reset | ( | int | state[] | ) |
Definition at line 618 of file ranlxd.cxx.
References vec_t::c1, vec_t::c2, vec_t::c3, vec_t::c4, define_constants(), error(), ir, pr, rlxd_size(), and x.
int rlxd_size | ( | void | ) |
Definition at line 588 of file ranlxd.cxx.
Referenced by rlxd_get(), and rlxd_reset().