14 lines
251 B
C++
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
|