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 1.1 by greg, Thu Feb 2 10:34:21 1989 UTC vs.
Revision 1.2 by greg, Tue Sep 26 08:28:53 1989 UTC

# Line 10 | Line 10
10  
11   extern long  random();
12  
13 < #define  frandom()      (random()/2147483648.0)
13 > #define  frandom()      (random()*(1./2147483648.))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines