removed random seed from radical_test.cpp

This commit is contained in:
tekhnofiend
2011-12-13 19:08:34 +00:00
parent dab5f8f48d
commit 9f1b2af2d1
-1
View File
@@ -20,7 +20,6 @@ using namespace arma;
BOOST_AUTO_TEST_CASE(Radical_Test_Radical3D) {
std::srand(time(0));
mat matX;
data::Load("data_3d_mixed.txt", matX);