Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
Go to the source code of this file.
Functions | |
double | rnorm_improved (void) |
void | rnorm_double (double r1, double r2, double &x1, double &x2) |
void | rnorm_float (float r1, float r2, float &x1, float &x2) |
Variables | |
GausState | gaus_state |
void rnorm_double | ( | double | r1, |
double | r2, | ||
double & | x1, | ||
double & | x2 | ||
) |
void rnorm_float | ( | float | r1, |
float | r2, | ||
float & | x1, | ||
float & | x2 | ||
) |
double rnorm_improved | ( | void | ) |
Definition at line 15 of file rnorm.cpp.
Referenced by pois().
GausState gaus_state |
Definition at line 13 of file rnorm.cpp.
Referenced by rnorm_improved().