I'm using SGI Fortran 90 on a SGI IRIX 6.5 machine. I wrote the following lines in my code, which intends to get different results in various runs, but failed:
call random_seed()
call random_number(val)
write(*,*) val
Could anybody tell me how to fix this problem?
Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.