/* $Id: random.c,v 1.7 1999/07/15 15:19:33 momjian Exp $ */ #include #include /* for pow() prototype */ #include long random() { return lrand48(); }