FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
void | ranlxs (float r[], int n) |
void | rlxs_init (int level, int seed) |
int | rlxs_size (void) |
void | rlxs_get (int state[]) |
void | rlxs_reset (int state[]) |
void ranlxs | ( | float | r[], |
int | n | ||
) |
Mainz, May 2011
Definition at line 566 of file ranlxs.cxx.
References is, n, rlxs_init(), update(), and x.
void rlxs_get | ( | int | state[] | ) |
Definition at line 589 of file ranlxs.cxx.
References vec_t::c1, vec_t::c2, vec_t::c3, vec_t::c4, error(), pr, rlxs_size(), and x.
void rlxs_init | ( | int | level, |
int | seed | ||
) |
void rlxs_reset | ( | int | state[] | ) |
Definition at line 613 of file ranlxs.cxx.
References vec_t::c1, vec_t::c2, vec_t::c3, vec_t::c4, define_constants(), error(), ir, pr, rlxs_size(), and x.
int rlxs_size | ( | void | ) |
Definition at line 583 of file ranlxs.cxx.
Referenced by rlxs_get(), and rlxs_reset().