|
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, and Sample::seed.
Referenced by main().
| int main | ( | ) |
Definition at line 27 of file testRanecuSequence.cc.
References compareSamples(), output(), CLHEP::HepRandom::setTheEngine(), and useSeed().
| void useSeed | ( | int | seed, |
| std::vector< Sample > & | ranList | ||
| ) |
Definition at line 72 of file testRanecuSequence.cc.
References Sample::case1, Sample::case2, Sample::case3, Sample::case4, Sample::case5, CLHEP::RanecuEngine::flat(), CLHEP::HepRandom::getTheEngine(), Sample::seed, CLHEP::RanecuEngine::setSeed(), CLHEP::RanecuEngine::setSeeds(), and CLHEP::HepRandom::setTheSeed().
Referenced by main().
1.8.13