This commit is contained in:
tth 2022-06-28 20:56:14 +02:00
parent cb94093c30
commit 09daaba943
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ int set_new_seed(int k)
char *ptr;
long seed;
if (k) fprintf(stderr, "%s: k %d\n", __func__, k);
/* if (k) fprintf(stderr, "%s: k %d\n", __func__, k); */
if (NULL==(ptr=getenv("FIXED_SEED"))) {
/* no fixed seed in context, doing semi-random */