CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <iostream>
#include <string>
#include <vector>
#include "CLHEP/Units/GlobalPhysicalConstants.h"
#include "CLHEP/Random/RanecuEngine.h"
#include "CLHEP/Random/Random.h"
Go to the source code of this file.
Classes | |
struct | Sample |
Functions | |
void | useSeed (int, std::vector< Sample > &) |
bool | compareSamples (Sample &, Sample &, std::ofstream &) |
int | main () |
Definition at line 111 of file testRanecuSequence.cc.
References Sample::case1, Sample::case2, Sample::case3, Sample::case4, Sample::case5, i, output(), and Sample::seed.
Referenced by main().
int main | ( | ) |
Definition at line 27 of file testRanecuSequence.cc.
References compareSamples(), i, output(), CLHEP::HepRandom::setTheEngine(), and useSeed().
Definition at line 72 of file testRanecuSequence.cc.
References CLHEP::RanecuEngine::flat(), CLHEP::HepRandom::getTheEngine(), i, CLHEP::RanecuEngine::setSeed(), CLHEP::RanecuEngine::setSeeds(), CLHEP::HepRandom::setTheSeed(), and v.
Referenced by main().