AIRES library reference: raninit.


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
      subroutine raninit(semp)
c
c     Initialization of the uniform pseudorandom number generator.
c
c     Written by: S. J. Sciutto, La Plata 1996, 1999.
c
c     Arguments:
c     =========
c
c     semp............ (input, double precision) Random seed. If semp
c                      belongs to the interval (0, 1) then it is used
c                      as random seed. Otherwise a seed is internally
c                      provided (using the clock time).
c
c
c<--->


These pages are maintained by
Sergio J. Sciutto
Back to AIRES library index
Back to AIRES home [HOME]