using random random seed
This commit is contained in:
parent
e4afd2777d
commit
152a3d5511
@ -21,6 +21,8 @@ program genbloubs
|
||||
write (0, '(A,I8,A)') &
|
||||
"*** generating ", nbbloubs, " bloubs to "//trim(filename)
|
||||
|
||||
call init_random_seed()
|
||||
|
||||
open(newunit=idu, file=trim(filename), &
|
||||
form='unformatted', &
|
||||
access="sequential", &
|
||||
|
Loading…
Reference in New Issue
Block a user