Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6c5b9 commit e1e1102Copy full SHA for e1e1102
src/backend/port/random.c
@@ -1,9 +1,11 @@
1
-/* $Id: random.c,v 1.8 1999/07/16 03:13:06 momjian Exp $ */
+/* $Id: random.c,v 1.9 1999/07/16 23:09:45 tgl Exp $ */
2
3
#include <stdlib.h>
4
#include <math.h>
5
#include <errno.h>
6
7
+#include "config.h"
8
+
9
long
10
random()
11
{
src/backend/port/srandom.c
-/* $Id: srandom.c,v 1.8 1999/07/16 03:13:08 momjian Exp $ */
+/* $Id: srandom.c,v 1.9 1999/07/16 23:09:45 tgl Exp $ */
void
srandom(unsigned int seed)
0 commit comments