Once again, take srand()/random() out of the initialization chain.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 25 May 2017 03:36:25 +0000 (23:36 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 23 Mar 2023 15:28:53 +0000 (11:28 -0400)
commit2fdd509f328b8530f6e896cc6f1edf89c53bfb75
tree5aa2036cc08a73c0e2de09ab2addeea4b004ca0b
parent54afefba9497d22db706df30eee2cfc68f59892f
Once again, take srand()/random() out of the initialization chain.

They have exactly the wrong kind of randomness for this job - not
returning consistent sequences across different platforms or C library
versions, and because pseodorandom not really better than sampling
the clock.
main.c
misc.c
misc.h