BOSS 7.0.4
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 563 of file BesEvtGen/BesEvtGen-00-03-98/src/EvtGen/EvtGenModels/ranlxd.c.
Referenced by ranlxdf_().
void rlxd_get | ( | int | state[] | ) |
Definition at line 586 of file BesEvtGen/BesEvtGen-00-03-98/src/EvtGen/EvtGenModels/ranlxd.c.
Referenced by rlxdgetf_().
void rlxd_init | ( | int | level, |
int | seed | ||
) |
Definition at line 493 of file BesEvtGen/BesEvtGen-00-03-98/src/EvtGen/EvtGenModels/ranlxd.c.
Referenced by ranlxd(), and rlxdinit_().
void rlxd_reset | ( | int | state[] | ) |
Definition at line 610 of file BesEvtGen/BesEvtGen-00-03-98/src/EvtGen/EvtGenModels/ranlxd.c.
Referenced by rlxdresetf_().
int rlxd_size | ( | void | ) |
Definition at line 580 of file BesEvtGen/BesEvtGen-00-03-98/src/EvtGen/EvtGenModels/ranlxd.c.
Referenced by rlxd_get(), rlxd_reset(), and rlxd_sizef_().