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

Comparing ray/src/rt/pmaprand.h (file contents):
Revision 2.5 by greg, Tue Sep 1 16:27:53 2015 UTC vs.
Revision 2.6 by schorsch, Sun Mar 6 01:13:18 2016 UTC

# Line 22 | Line 22
22     russian roulette. The pmapSeed() and pmapRandom() macros can be adapted
23     to other (better?) RNGs. */  
24  
25 < #if defined(_WIN32) || defined(BSD)
25 > #if defined(_WIN32) || defined(_WIN64) || defined(BSD)
26     /* Assume no erand48(), so use standard RNG without explicit multistate
27        control; the resulting sequences will be suboptimal */      
28     #include "random.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines