toto.f [SRC] [CPP] [JOB] [SCAN]
srcresultats/pt1_complet/.xvpics [=]
archivage/code2000X_testCG [=]
resultats/pt1_complet [=]



   1 | c$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
   2 | c$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
   3 | c$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
   4 | c$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
   5 | c.......................................................................
   6 | c
   7 | c     tirage de nombres aleatoires en double precision
   8 | c
   9 | c.......................................................................
  10 |       subroutine unra(xunra)
  11 |       implicit double precision (a-h,o-z)
  12 |       real urand
  13 | c.......................................................................
  14 |       common/comsee/iseed
  15 | c.......................................................................
  16 |       if (iseed.le.0) iseed=14396
  17 | 1000  continue
  18 |       xunra=dble(urand(iseed))
  19 |       if ((xunra.eq.0.d0).or.(xunra.eq.1.d0)) goto 1000
  20 | c.......................................................................
  21 |       return
  22 |       end


toto.f could be called by:
cg.f [archivage/code2000X_testCG] - 36 - 60 - 61
cg.f [resultats/pt1_complet] - 23 - 38 - 39
cg.f [src] - 39 - 63 - 64
curtis.inc [src] - 34 - 37 - 38 - 39 - 50 - 53 - 54 - 55
genere_b.f [archivage/code2000X_testCG] - 30
genere_b.f [resultats/pt1_complet] - 30
genere_b.f [src] - 30
gnutrait2mat.f [archivage/code2000X_testCG] - 18 - 178
gnutrait2mat_norm.f [archivage/code2000X_testCG] - 18 - 178
gnutrait2mat_norm.f [src] - 18
mprofils_para.f [src] - 11 - 92 - 95 - 96 - 99
trajet.f [src] - 81