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 getrandomseed0()
c
c This function returns the original seed used to initialize the
c random number generator, as saved in the dump files.
c A dump file (either idf or adf) must be downloaded before using
c this routine; otherwise the return value is undefined.
c
c Written by: S. J. Sciutto, La Plata 2001.
c
c Return value: (double precision) The recovered original seed.
c ============
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |