CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
Loading...
Searching...
No Matches
Random.cc File Reference
#include "CLHEP/Random/defs.h"
#include "CLHEP/Random/MixMaxRng.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 <assert.h>
#include <iostream>
#include <type_traits>
#include <string>

Go to the source code of this file.

Namespaces

namespace  CLHEP
 

Functions

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

Variable Documentation

◆ theEngine

std::shared_ptr<HepRandomEngine> theEngine

Definition at line 78 of file Random.cc.

◆ theGenerator

std::shared_ptr<HepRandom > theGenerator

Definition at line 77 of file Random.cc.