Analysis Software
Documentation for sPHENIX simulation software
|
#include "PHRandomSeed.h"
#include "recoConsts.h"
#include <iostream>
#include <memory>
#include <queue>
#include <random>
Go to the source code of this file.
Variables | |
static std::queue< unsigned int > | seedqueue |
static std::mt19937 | fRandomGenerator |
static std::uniform_int_distribution < unsigned int > | fDistribution |
|
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().
|
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::InitSeed().
|
static |
Definition at line 9 of file PHRandomSeed.cc.
View newest version in sPHENIX GitHub at line 9 of file PHRandomSeed.cc