Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IRndmEngine.h
Go to the documentation of this file.
1 // $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/GaudiKernel/IRndmEngine.h,v 1.2 2001/01/19 14:22:55 mato Exp $
2 #ifndef GAUDIKERNEL_IRNDMENGINE_H
3 #define GAUDIKERNEL_IRNDMENGINE_H
4 
5 // STL include files
6 #include <vector>
7 
8 // Framework include files
10 
20 class GAUDI_API IRndmEngine: virtual public IInterface {
21 public:
25  virtual double rndm() const = 0;
32  virtual StatusCode rndmArray( std::vector<double>& array, long howmany, long start = 0) const = 0;
34  virtual StatusCode setSeeds(const std::vector<long>& seeds) = 0;
36  virtual StatusCode seeds(std::vector<long>& seeds) const = 0;
37 };
38 
39 #endif // GAUDI_INTERFACES_IRNDMENGINE_H

Generated at Wed Dec 4 2013 14:33:08 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004