2 #ifndef GAUDIKERNEL_IRNDMENGINE_H
3 #define GAUDIKERNEL_IRNDMENGINE_H
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;
39 #endif // GAUDI_INTERFACES_IRNDMENGINE_H