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, 25 May 2017 03:36:25 +0000 (23:36 -0400)
commit6ba9a7de7fe7c829a2215f254bfbbbd2a5686584
tree331719751ee02bb1a477cf8bb54c32cd78fefa6f
parent6146406990839864bfc5074327f44f207d3b61c2
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