ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/random.h
(Generate patch)

Comparing ray/src/common/random.h (file contents):
Revision 2.3 by greg, Thu Jun 9 16:40:53 1994 UTC vs.
Revision 2.4 by greg, Tue Feb 13 11:32:17 1996 UTC

# Line 32 | Line 32 | extern double  drand48();
32   #endif
33   #endif
34  
35 + #ifdef  MC
36 + #define  urand(i)       frandom()
37 + #else
38   #define  urand(i)       ((urperm[(i)&urmask]+frandom())/(urmask+1))
39 + #endif
40  
41   extern short  *urperm;
42   extern int  urmask;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines