ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHRandomSeed.cc File Reference
#include "PHRandomSeed.h"
#include "recoConsts.h"
#include <iostream>
#include <queue>
#include <random>
+ Include dependency graph for PHRandomSeed.cc:

Go to the source code of this file.

Variables

static queue< unsigned intseedqueue
 
static std::mt19937 fRandomGenerator
 
static
std::uniform_int_distribution
< unsigned int
fDistribution
 

Variable Documentation

std::uniform_int_distribution<unsigned int> fDistribution
static

Definition at line 12 of file PHRandomSeed.cc.

View newest version in sPHENIX GitHub at line 12 of file PHRandomSeed.cc

Referenced by PHRandomSeed::GetSeed().

std::mt19937 fRandomGenerator
static

Definition at line 11 of file PHRandomSeed.cc.

View newest version in sPHENIX GitHub at line 11 of file PHRandomSeed.cc

Referenced by PHRandomSeed::GetSeed(), and PHRandomSeed::InitSeed().

queue<unsigned int> seedqueue
static

Definition at line 10 of file PHRandomSeed.cc.

View newest version in sPHENIX GitHub at line 10 of file PHRandomSeed.cc

Referenced by PHRandomSeed::GetSeed(), and PHRandomSeed::LoadSeed().