cosmetic
This commit is contained in:
parent
395b262c92
commit
42fafdc570
@ -446,7 +446,9 @@ int set_new_seed(int k)
|
||||
char *ptr;
|
||||
long seed;
|
||||
|
||||
#if DEBUG_MESSAGE
|
||||
if (k) fprintf(stderr, "%s: k %d\n", __func__, k);
|
||||
#endif
|
||||
|
||||
if (NULL==(ptr=getenv("FIXED_SEED"))) {
|
||||
/* no fixed seed in context, doing semi-random */
|
||||
|
Loading…
Reference in New Issue
Block a user