OpenEnroth 73e68f7
|
#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< RandomEngine > | createRandomEngine (RandomEngineType type) |
Variables | |
static EngineRandomComponent * | globalRandomComponent = nullptr |
|
static |
|
static |