1 2 3 4 5 6 7 8 9 10
#include <stdlib.h> double erand48(unsigned short xsubi[3]) { return 0.0; } /* XOPEN(4) */