ready for another run ?
This commit is contained in:
@@ -17,8 +17,8 @@ module mathstuff
|
||||
write(0, '(A,3I3,A,I6)') "sranding: ", tarray, " --> ", t3
|
||||
call srand(t3)
|
||||
|
||||
! after initializing the random generator,
|
||||
! you MUST use it for initializin the initialier
|
||||
! after initializing the random generator engine,
|
||||
! you MUST use it for initializing the initializer
|
||||
dummy = rand()
|
||||
|
||||
end subroutine
|
||||
|
||||
Reference in New Issue
Block a user