ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/random.h
Revision: 1.1
Committed: Thu Feb 2 10:34:21 1989 UTC (35 years, 3 months ago) by greg
Content type: text/plain
Branch: MAIN
Log Message:
Initial revision

File Contents

# User Rev Content
1 greg 1.1 /* Copyright (c) 1986 Regents of the University of California */
2    
3     /* SCCSid "$SunId$ LBL" */
4    
5     /*
6     * random.h - header file for random(3) function.
7     *
8     * 10/1/85
9     */
10    
11     extern long random();
12    
13     #define frandom() (random()/2147483648.0)