--- ray/src/common/urind.c 1991/11/12 16:56:09 2.1 +++ ray/src/common/urind.c 2003/07/17 09:21:29 2.4 @@ -1,12 +1,12 @@ -/* Copyright (c) 1991 Regents of the University of California */ - #ifndef lint -static char SCCSid[] = "$SunId$ LBL"; +static const char RCSid[] = "$Id: urind.c,v 2.4 2003/07/17 09:21:29 schorsch Exp $"; #endif - /* * Compute pseudo-asyncronous entry point for urand(3) */ + +#include "copyright.h" +#include "random.h" #define NBITS 32 /* number of bits in an integer */