Class Reference for E1039 Core & Analysis Software
|
#include "PHRandomSeed.h"
#include "recoConsts.h"
#include <cstdlib>
#include <iostream>
#include <queue>
#include <random>
Go to the source code of this file.
Variables | |
static queue< unsigned int > | seedqueue |
static std::mt19937 | fRandomGenerator |
static std::uniform_int_distribution< unsigned int > | fDistribution |
|
static |
Definition at line 13 of file PHRandomSeed.cc.
Referenced by PHRandomSeed::GetSeed().
|
static |
Definition at line 12 of file PHRandomSeed.cc.
Referenced by PHRandomSeed::GetSeed(), and PHRandomSeed::InitSeed().
|
static |
Definition at line 11 of file PHRandomSeed.cc.
Referenced by PHRandomSeed::GetSeed(), and PHRandomSeed::LoadSeed().