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

Comparing ray/src/rt/rpmain.c (file contents):
Revision 2.10 by greg, Wed Jun 15 15:36:52 2005 UTC vs.
Revision 2.11 by greg, Tue Jun 21 00:26:44 2005 UTC

# Line 226 | Line 226 | main(int  argc, char  *argv[])
226                                          /* initialize object types */
227          initotypes();
228                                          /* initialize urand */
229        initurand(2048);
229          srandom(rand_samp ? (long)time(0) : 0L);
230 +        initurand(2048);
231                                          /* set up signal handling */
232          sigdie(SIGINT, "Interrupt");
233   #ifdef SIGHUP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines