Go to the source code of this file.
Functions | |
OCTAVE_API void | oct_fill_randg (double a, octave_idx_type n, double *p) |
OCTAVE_API double | oct_randg (double a) |
OCTAVE_API void oct_fill_randg | ( | double | a, | |
octave_idx_type | n, | |||
double * | p | |||
) |
Definition at line 99 of file randgamma.c.
References d, INFINITE, NAN, REXP, and x.
Referenced by octave_rand::fill(), and oct_randg().
Definition at line 138 of file randgamma.c.
References oct_fill_randg().
Referenced by octave_rand::do_scalar().