This commit is contained in:
Kevin Keogh
2017-04-02 21:48:56 -04:00
parent 0d9f68198e
commit fae467e66c

View File

@@ -1,7 +1,7 @@
#ifndef UTILS_H #ifndef UTILS_H
#define UTILS_H #define UTILS_H
double normalcdf(double value); double normalcdf(double z);
double gaussrand(); double gaussrand();