+ essai
This commit is contained in:
16
BloubWorld/essai.f90
Normal file
16
BloubWorld/essai.f90
Normal file
@@ -0,0 +1,16 @@
|
||||
program essai
|
||||
|
||||
use mathstuff
|
||||
implicit none
|
||||
|
||||
integer :: foo
|
||||
real :: quux
|
||||
|
||||
call init_random_seed()
|
||||
|
||||
do foo=1, 200000
|
||||
quux = rand()
|
||||
print *, foo, quux
|
||||
enddo
|
||||
|
||||
end program
|
||||
Reference in New Issue
Block a user