--- ray/src/common/random.h 1997/12/01 09:55:00 2.5 +++ ray/src/common/random.h 1998/01/05 16:42:49 2.6 @@ -1,4 +1,4 @@ -/* Copyright (c) 1997 Silicon Graphics, Inc. */ +/* Copyright (c) 1998 Silicon Graphics, Inc. */ /* SCCSid "$SunId$ SGI" */ @@ -39,7 +39,7 @@ extern double drand48(); #else -extern short *urperm; +extern unsigned short *urperm; extern int urmask, initurand(); #define urand(i) ((urperm[(i)&urmask]+frandom())/(urmask+1))