mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
9 lines
156 B
C++
9 lines
156 B
C++
#include "RNGMgr.h"
|
|
#include <Logging/Logger.h>
|
|
|
|
Sapphire::World::Manager::RNGMgr::RNGMgr() :
|
|
m_engine( *engineSeed< std::mt19937::state_size >() )
|
|
{
|
|
|
|
}
|
|
|