ready for another run ?

This commit is contained in:
tth
2022-02-18 19:30:10 +01:00
parent 64206904ca
commit 47a383f3b6
9 changed files with 66 additions and 34 deletions

View File

@@ -10,7 +10,7 @@ program essai
call init_random_seed()
somme = 0.0
do foo=1, 200000
do foo=1, 5
quux = rand()
somme = somme + quux
print *, foo, quux, somme/foo