welcome in 2026, random number generator

This commit is contained in:
Tonton Th 2026-01-01 02:05:51 +01:00
parent 0ba81b2668
commit b83fee3574

View File

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