More commands and seeds

This commit is contained in:
Lucas 2020-03-17 10:45:03 +00:00
parent 26ba0330b5
commit 78fa2ba50a
2 changed files with 7 additions and 0 deletions

View File

@ -13,3 +13,8 @@ rm -f fun.h &&
./fun-gen -- 5 3 1 0.1 -1 0.1 -1 0 -1 -1 0 -1 >fun.h && ./fun-gen -- 5 3 1 0.1 -1 0.1 -1 0 -1 -1 0 -1 >fun.h &&
make CFLAGS= && make CFLAGS= &&
./fractal -s 1583717550 -- julia -x -0.12 -a 0.55 -b 0.5 -z 10 -d 10 -Ll 150 >julia.pnm ./fractal -s 1583717550 -- julia -x -0.12 -a 0.55 -b 0.5 -z 10 -d 10 -Ll 150 >julia.pnm
rm -f fun.h &&
make CFLAGS= fun-gen &&
./fun-gen -n -- 3 2 3 -1 1 >fun.h &&
make CFLAGS= &&
./fractal -s 1583614869 -- julia -a -0.5 -z 10 -c 0 -d 0 -Ll 150 >julia.pnm

2
SEEDS
View File

@ -15,3 +15,5 @@
1583726598 1583726598
1583726605 1583726605
1583726657 1583726657
1584069954
1584328162