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 urandom()
c
c This function returns a uniformly distributed (interval [0, 1))
c pseudorandom number.
c
c Written by: S. J. Sciutto, La Plata 1996.
c
c Return value: (double precision) The pseudorandom number.
c ============
c
c
c<--->
|
These pages are maintained by Sergio J. Sciutto |
Back to AIRES library index |
| Back to AIRES home |