Posts by Denis da Mata • 51 points
2 posts
-
0
votes1
answer34
viewsA: I can’t identify the error in my script
In your script is: then$atletas=$(find But the right thing is: then $atletas=$(find
bashanswered Denis da Mata 51 -
5
votes2
answers1988
viewsQ: A Good Fortran Random Number Generator
The GNA of FORTRAN (Rand()) seems to be bad, this because it is proved to be worse than very simple random number generators. For example, in my simulations the GNA below SUBROUTINE GNA(iiseed) USE…