#ifndef RANDOM_H #define RANDOM_H #include "random.cpp" //guarenteed no loop with length < 150 when less then 5000 times called int randn(); //seed with number from 0 to 672 void srandn(); #endif