summaryrefslogtreecommitdiffstats
path: root/sessions_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sessions_manager.cpp')
-rw-r--r--sessions_manager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sessions_manager.cpp b/sessions_manager.cpp
index bf7ff34..52d749b 100644
--- a/sessions_manager.cpp
+++ b/sessions_manager.cpp
@@ -20,8 +20,6 @@ Manager::Manager()
* through the lifetime of the Session Manager.
*/
sessionsMap.emplace(0, std::make_shared<Session>());
- // Seeding the pseudo-random generator
- std::srand(std::time(0));
}
std::shared_ptr<Session>
OpenPOWER on IntegriCloud