Geant4  10.03
Random.cc File Reference
#include <assert.h>
#include "CLHEP/Random/JamesRandom.h"
#include "CLHEP/Random/Random.h"
#include "CLHEP/Random/StaticRandomStates.h"
#include "CLHEP/Utility/memory.h"
#include "CLHEP/Utility/thread_local.h"
#include "CLHEP/Utility/use_atomic.h"
#include "CLHEP/Random/SeedTable.h"
+ Include dependency graph for Random.cc:

Go to the source code of this file.

Namespaces

 CLHEP
 

Functions

std::ostream & CLHEP::operator<< (std::ostream &os, const HepRandom &dist)
 
std::istream & CLHEP::operator>> (std::istream &is, HepRandom &dist)
 

Variable Documentation

HepJamesRandom theDefaultEngine

Definition at line 68 of file Random.cc.

HepRandom theDefaultGenerator

Definition at line 67 of file Random.cc.

std::shared_ptr<HepRandomEngine> theEngine

Definition at line 73 of file Random.cc.