cosmetic
This commit is contained in:
parent
395b262c92
commit
42fafdc570
@ -446,7 +446,9 @@ int set_new_seed(int k)
|
|||||||
char *ptr;
|
char *ptr;
|
||||||
long seed;
|
long seed;
|
||||||
|
|
||||||
|
#if DEBUG_MESSAGE
|
||||||
if (k) fprintf(stderr, "%s: k %d\n", __func__, k);
|
if (k) fprintf(stderr, "%s: k %d\n", __func__, k);
|
||||||
|
#endif
|
||||||
|
|
||||||
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