cosmetic
This commit is contained in:
parent
cb94093c30
commit
09daaba943
@ -410,7 +410,7 @@ int set_new_seed(int k)
|
|||||||
char *ptr;
|
char *ptr;
|
||||||
long seed;
|
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"))) {
|
if (NULL==(ptr=getenv("FIXED_SEED"))) {
|
||||||
/* no fixed seed in context, doing semi-random */
|
/* no fixed seed in context, doing semi-random */
|
||||||
|
Loading…
Reference in New Issue
Block a user