winter is coming

This commit is contained in:
tTh
2023-10-10 22:08:50 +02:00
parent 098b12cd61
commit 462d24b717
4 changed files with 87 additions and 39 deletions

View File

@@ -11,9 +11,9 @@ program essai
write(0, *) "----------------- essai -------------------"
call init_random_seed() ! in module 'mathstuff'
call test_noisepictures_rgb()
! call test_noisepictures_rgb()
call test_noisepictures_rgb_range()
call test_noisepictures_gray()
! call test_noisepictures_gray()
contains
!-----------------------------------------------------------------------