1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 22:57:45 +00:00
sapphire/src/world/Manager/RNGMgr.cpp
2020-03-01 11:58:26 +11:00

9 lines
156 B
C++

#include "RNGMgr.h"
#include <Logging/Logger.h>
Sapphire::World::Manager::RNGMgr::RNGMgr() :
m_engine( *engineSeed< std::mt19937::state_size >() )
{
}