Launder seed generation through rand() to ensure seed diversity. 25/head
authorJason S. Ninneman <jsn@mbar.us>
Tue, 30 May 2017 18:06:53 +0000 (11:06 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Tue, 30 May 2017 21:58:55 +0000 (14:58 -0700)
commit71fcc814f83c25847ebd703c265983cb6578d9b3
tree2b7a2663d248bc1c5942381d3c8a3e92440a2fe2
parentdfe04a58b6a12342e1647378c823f07f7d278320
Launder seed generation through rand() to ensure seed diversity.

This doesn't affect reproducibility because a) the seed value written to logs is the output of this process, and b) the argument to the seed command *doesn't* get laundered.
main.c