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.10 by greg, Thu Mar 27 16:33:38 2003 UTC vs.
Revision 2.11 by schorsch, Thu Jun 5 19:29:34 2003 UTC

# Line 17 | Line 17
17  
18   #else
19  
20 < #ifdef  MSDOS
20 > #ifdef  _WIN32
21  
22   #if (RAND_MAX <= 65536)
23   #define random()        ((long)rand()<<16^(long)rand()<<6^(long)rand()>>4)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines