29 #ifndef Hurd160Engine_h
30 #define Hurd160Engine_h
32 #include "CLHEP/Random/defs.h"
33 #include "CLHEP/Random/RandomEngine.h"
55 void flatArray(
const int size,
double* vect );
61 void setSeeds(
const long* seeds,
int );
65 void saveStatus(
const char filename[] =
"Hurd160Engine.conf" )
const;
68 void restoreStatus(
const char filename[] =
"Hurd160Engine.conf" );
76 operator unsigned int();
78 virtual std::ostream &
put (std::ostream & os)
const;
79 virtual std::istream &
get (std::istream & is);
81 std::string
name()
const;
82 static std::string
engineName() {
return "Hurd160Engine";}
84 virtual std::istream &
getState ( std::istream & is );
86 std::vector<unsigned long>
put ()
const;
87 bool get (
const std::vector<unsigned long> & v);
88 bool getState (
const std::vector<unsigned long> & v);
93 static int numEngines;
99 unsigned int words[5];
105 #ifdef ENABLE_BACKWARDS_COMPATIBILITY
107 using namespace CLHEP;
110 #endif // Hurd160Engine_h