c
c Routine directly callable from C/C++ (it could be necessary to
c append an underscore, "_", to its name depending on the C/C++
c compiler used).
c
c
function grandom()
c
c This function returns a pseudorandom number distributed with a
c Gaussian distribution of zero mean and unit standard deviation
c (N(0, 1)).
c
c Written by: S. J. Sciutto, La Plata 1999.
c
c Return value: (double precision) The gaussian pseudorandom
c ============ number.
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |