test/random: use a constant seed

This commit is contained in:
Danny Robson 2016-06-30 15:26:45 +10:00
parent 10e0c4f923
commit 3b82757e5c

View File

@ -60,7 +60,7 @@ int
main (int, char **) { main (int, char **) {
util::TAP::logger tap; util::TAP::logger tap;
srand (time (NULL)); srand (0u);
test_bool (tap); test_bool (tap);
test_float (tap); test_float (tap);