by e p chandler <epc8@[EMAIL PROTECTED]
>
Apr 25, 2008 at 03:39 PM
On Apr 25, 2:59=A0am, rudra <bnrj.ru...@[EMAIL PROTECTED]
> wrote:
> can anyone provide me a copy of ranlux subroutine?
Now that you have been frightened by other replies.... Here's a link
to Alan Miller's web site:
It's one of many good resources for numerical routines.
http://users.bigpond.net.au/amiller/
In particular see
http://users.bigpond.net.au/amiller/random.html
and look at files luxury.f90 and luxtst.f90
Both are Fortran 90 files (free format).
[In all fairness to the OP, building a copy of GSL and the Fortran
interface routines would be difficult. With some effort, I managed to
find a binary distribution for MinGW in DLL form and after some
monkeying around with the include files from the source code for
ordinary GSL was able to compile the example C program that printed
out the result of a Bessel function. :-).]
-- e