Files
geant4/source/global/HEPRandom/include/Randomize.hh
T
2016-06-08 15:34:16 +02:00

19 lines
517 B
C++

// This code implementation is the intellectual property of
// the GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: Randomize.hh,v 1.2 1999/11/16 17:31:35 gcosmo Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
#ifndef randomize_h
#define randomize_h 1
#include <CLHEP/Random/Randomize.h>
#define G4UniformRand() HepRandom::getTheEngine()->flat()
#endif // randomize_h