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 urandomt(th)
c
c This function returns a uniformly distributed (interval (th, 1))
c pseudorandom number. It is assumed that th is a small positive
c number.
c
c Written by: S. J. Sciutto, La Plata 1996.
c
c Arguments:
c =========
c
c th.............. (input, double precision) Lower bound for the
c random number to be returned.
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 |