Remove random seed.

This commit is contained in:
Ryan Curtin
2020-05-07 14:38:42 -04:00
parent 2520176451
commit 883c0fcfc7
-2
View File
@@ -925,8 +925,6 @@ BOOST_AUTO_TEST_CASE(MoveOperatorTest)
*/
BOOST_AUTO_TEST_CASE(SparseLSHTest)
{
mlpack::math::RandomSeed(std::time(NULL));
// kNN and LSH parameters (use LSH default parameters).
const int k = 5;
const int numTables = 5;