diff --git a/test/random.cpp b/test/random.cpp index 9e6b93b6..7bb7dafd 100644 --- a/test/random.cpp +++ b/test/random.cpp @@ -60,7 +60,7 @@ int main (int, char **) { util::TAP::logger tap; - srand (time (NULL)); + srand (0u); test_bool (tap); test_float (tap);