
Go to the source code of this file.
Functions | |
| template OCTAVE_API void | rand_gamma (double, octave_idx_type, double *) |
| template OCTAVE_API void | rand_gamma (float, octave_idx_type, float *) |
| template<typename T > | |
| void | rand_gamma (T a, octave_idx_type n, T *r) |
| template OCTAVE_API void rand_gamma | ( | double | , |
| octave_idx_type | , | ||
| double * | |||
| ) |
| template OCTAVE_API void rand_gamma | ( | float | , |
| octave_idx_type | , | ||
| float * | |||
| ) |
| void rand_gamma | ( | T | a, |
| octave_idx_type | n, | ||
| T * | r | ||
| ) |
Definition at line 95 of file randgamma.cc.
References d, lo_ieee_isinf, n, NaN, r, and x.
Referenced by rand_gamma().