| 28 | /* Random Number Generators */ |
| 29 | inline double norm_rand(void) { return ::norm_rand(); } |
| 30 | inline double unif_rand(void) { return ::unif_rand(); } |
| 31 | inline double exp_rand(void) { return ::exp_rand(); } |
| 32 | |
| 33 | /* Normal Distribution */ |
no outgoing calls
no test coverage detected