Select Git revision
-
Peter Eisentraut authored
places that were including the wrong files.
Peter Eisentraut authoredplaces that were including the wrong files.
random.c 172 B
/* $Id: random.c,v 1.10 2001/08/24 14:07:49 petere Exp $ */
#include "c.h"
#include <stdlib.h>
#include <math.h>
#include <errno.h>
long
random()
{
return lrand48();
}