#include /* for pow() prototype */ #include #include "rusagestub.h" #include "port-protos.h" void srandom(unsigned int seed) { srand48((long int) seed); }