Hi,
I'm new in this space, I have a problem building a program with Fortran95 (I'm also new on this). The program it's really easy, I have to make a random generator using RANMAR subroutine here is the code:
program random
use aleatorio; use SAVEDATA
Implicit none
real, allocatable ...