BOSS 7.1.0
BESIII Offline Software System
|
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 573 of file BesEvtGen/BesEvtGen-00-04-26/src/phokhara/PHOKHARA/ranlxd.c.
Referenced by ranlxdf_().
void rlxd_get | ( | int | state[] | ) |
Definition at line 605 of file BesEvtGen/BesEvtGen-00-04-26/src/phokhara/PHOKHARA/ranlxd.c.
Referenced by rlxdgetf_().
void rlxd_init | ( | int | level, |
int | seed | ||
) |
Definition at line 503 of file BesEvtGen/BesEvtGen-00-04-26/src/phokhara/PHOKHARA/ranlxd.c.
Referenced by ranlxd(), and rlxdinit_().
void rlxd_reset | ( | int | state[] | ) |
Definition at line 629 of file BesEvtGen/BesEvtGen-00-04-26/src/phokhara/PHOKHARA/ranlxd.c.
Referenced by rlxdresetf_().
int rlxd_size | ( | void | ) |
Definition at line 599 of file BesEvtGen/BesEvtGen-00-04-26/src/phokhara/PHOKHARA/ranlxd.c.
Referenced by rlxd_get(), rlxd_reset(), and rlxd_sizef_().