should be used only for x <= 5 (roughly)
| 141 | |
| 142 | // should be used only for x <= 5 (roughly) |
| 143 | array cnd(array x) { return 0.5 * erfc(-x * sqrt(0.5)); } |
| 144 | |
| 145 | template<typename T> |
| 146 | bool testRandomEngineNormalChi2(randomEngineType type) |
no test coverage detected