9 lines
94 B
C
9 lines
94 B
C
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
double normalcdf(double value);
|
|
|
|
double gaussrand();
|
|
|
|
#endif
|