cwjcwjcwj
Full Member level 5

I am a begineer in Fortran,but I am experienced in Matlab. Just wanna know, what is the main purpose of the following command in Fortran:
igene=2*int(13*secnds(0.0))+1968
call SRand(igene)
Thanks!Actually, I am not really know what is secnds(0.0) and SRand. The rest of them are pretty simple.I know that this is a random number generation.
igene=2*int(13*secnds(0.0))+1968
call SRand(igene)
Thanks!Actually, I am not really know what is secnds(0.0) and SRand. The rest of them are pretty simple.I know that this is a random number generation.