1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-28 15:17:46 +00:00
sapphire/src/world/Manager/RNGMgr.cpp

10 lines
156 B
C++
Raw Normal View History

#include "RNGMgr.h"
#include <Logging/Logger.h>
2020-03-01 01:00:57 +11:00
Sapphire::World::Manager::RNGMgr::RNGMgr() :
m_engine( *engineSeed< std::mt19937::state_size >() )
{
}