[mlpack-git] master: Don't initialize random seed in test. (ed30386)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:11:56 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit ed303864dcd2793b1799f82b17925e6cbe827a08
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jan 12 11:23:52 2015 -0500

    Don't initialize random seed in test.


>---------------------------------------------------------------

ed303864dcd2793b1799f82b17925e6cbe827a08
 src/mlpack/tests/sa_test.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mlpack/tests/sa_test.cpp b/src/mlpack/tests/sa_test.cpp
index 140c924..05e7d9f 100644
--- a/src/mlpack/tests/sa_test.cpp
+++ b/src/mlpack/tests/sa_test.cpp
@@ -27,7 +27,6 @@ BOOST_AUTO_TEST_SUITE(SATest);
 
 BOOST_AUTO_TEST_CASE(GeneralizedRosenbrockTest)
 {
-  mlpack::math::RandomSeed(std::time(NULL));
   size_t dim = 50;
   GeneralizedRosenbrockFunction f(dim);
 



More information about the mlpack-git mailing list