a lot of minor changes

This commit is contained in:
Tonton Th
2025-11-04 13:28:16 +01:00
parent 8532b81c36
commit 75b1b9f741
9 changed files with 26 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ global_settings {
#include "stones.inc"
#include "woods.inc"
#declare Rng1 = seed(1234);
#declare Rng1 = seed(999);
#declare foo = rand(Rng1);
#declare Rng2 = seed(now*24*60*60);
#declare bar = rand(Rng2);