OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Functions | Variables
EngineRandomComponent.cpp File Reference
#include "EngineRandomComponent.h"
#include <cassert>
#include <memory>
#include "Engine/Random/Random.h"
#include "Library/Platform/Application/PlatformApplication.h"
#include "Library/Random/MersenneTwisterRandomEngine.h"
#include "Library/Random/SequentialRandomEngine.h"
#include "TracingRandomEngine.h"

Functions

static std::unique_ptr< RandomEnginecreateRandomEngine (RandomEngineType type)
 

Variables

static EngineRandomComponentglobalRandomComponent = nullptr
 

Function Documentation

◆ createRandomEngine()

static std::unique_ptr< RandomEngine > createRandomEngine ( RandomEngineType  type)
static

Variable Documentation

◆ globalRandomComponent

EngineRandomComponent* globalRandomComponent = nullptr
static