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.3 by rschregle, Fri May 8 13:20:23 2015 UTC vs.
Revision 2.6 by schorsch, Sun Mar 6 01:13:18 2016 UTC

# Line 1 | Line 1
1 + /* RCSid $Id$ */
2   #ifndef PMAPRAND_H
3   #define PMAPRAND_H
4  
# Line 11 | Line 12
12     supported by the Swiss National Science Foundation (SNSF, #147053)
13     ==================================================================
14    
14   $Id$
15   */
16  
17  
# 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