mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-19 22:28:54 -04:00
Rationalize random number seeding in C and Fortran
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6272 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -17,6 +17,8 @@ program code426
|
||||
call getarg(2,arg)
|
||||
read(arg,*) iters
|
||||
|
||||
call init_random_seed()
|
||||
|
||||
open(13,file='code426.out',status='unknown')
|
||||
|
||||
write(*,1002) nmsgs,iters
|
||||
|
||||
Reference in New Issue
Block a user