test/random: use a constant seed
This commit is contained in:
parent
10e0c4f923
commit
3b82757e5c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user