Issue #23: removed std::random_shuffle from tests
[libcds.git] / tests / unit / map2 / map_insdelfind.cpp
index e5d56bb589809c4ec9b03db984f375f3d1e4563d..08f8a32de2ba673144099e0b4c33997cc11834c2 100644 (file)
@@ -38,7 +38,7 @@ namespace map2 {
         pFirst = pLast;
         pLast = m_arrShuffle + sizeof(m_arrShuffle)/sizeof(m_arrShuffle[0]);
         std::fill( pFirst, pLast, do_find );
-        std::random_shuffle( m_arrShuffle, pLast );
+        shuffle( m_arrShuffle, pLast );
     }
 
     void Map_InsDelFind::myRun(const char *in_name, bool invert /*= false*/)