1 2 3 4 5 6 7 8 9
#ifndef RANDOM_H #define RANDOM_H #include "mt19937ar.h" double randn(void); void rand_sphere(double *dir); #endif