Both of these packages are Fortran versions. - LEW From: "John Huddleston" To: "Larry E. Wagner" Subject: random generation Date: Fri, 30 Apr 1999 14:32:40 -0600 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Larry, I did some work on the single precision and will continue this weekend on the double. Attached are two files. The rand.zip has a makefile. The ranlib.zip does not. To make the library do: unzip ranlib.zip cd ranlib.f/src for i in *.f do g77 -c $i done ar ruv /usr/local/lib/libran.a ranlib /usr/ocal/lib/libran.a John