|
CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <iostream>#include <stdexcept>#include <cmath>#include <stdlib.h>#include "CLHEP/Random/RanecuEngine.h"#include "CLHEP/Random/Random.h"#include "pretend.h"Go to the source code of this file.
Functions | |
| bool | printCheck (int &i, double &r, std::ofstream &os) |
| int | main () |
| int main | ( | ) |
Definition at line 27 of file testBug58950.cc.
References double, CLHEP::HepRandom::flat(), g(), CLHEP::HepRandom::getTheGenerator(), CLHEP::HepRandom::getTheSeeds(), output(), pretend_to_use(), printCheck(), CLHEP::HepRandom::setTheEngine(), and CLHEP::HepRandom::setTheSeeds().
| bool printCheck | ( | int & | i, |
| double & | r, | ||
| std::ofstream & | os | ||
| ) |
Definition at line 17 of file testBug58950.cc.
Referenced by main().
1.8.1