Files
geant4/examples/novice/N05/include/RandomGamma.hh
T
2016-06-01 15:25:35 +02:00

14 lines
251 B
C++

// -----------------------------------
// Header file for RandomGamma:
// adaptation of RNGAMA function from
// KERNLIB
// -----------------------------------
#ifndef RandomGamma_h
#define RanfomGamma_h 1
extern double RandomGamma(double);
#endif