#include "octave-config.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
T | rand_gamma (T a) |
template<typename T > | |
void | rand_gamma (T a, octave_idx_type n, T *p) |
T rand_gamma | ( | T | a | ) |
Definition at line 42 of file randgamma.h.
References rand_gamma().
void rand_gamma | ( | T | a, |
octave_idx_type | n, | ||
T * | p | ||
) |
Definition at line 95 of file randgamma.cc.
References d, lo_ieee_isinf, n, NaN, r, and x.
Referenced by rand_gamma().