![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|

Go to the source code of this file.
Functions | |
| OCTAVE_API void | oct_fill_float_randg (float a, octave_idx_type n, float *p) |
| OCTAVE_API void | oct_fill_randg (double a, octave_idx_type n, double *p) |
| OCTAVE_API float | oct_float_randg (float a) |
| OCTAVE_API double | oct_randg (double a) |
| OCTAVE_API void oct_fill_float_randg | ( | float | a, |
| octave_idx_type | n, | ||
| float * | p | ||
| ) |
Definition at line 156 of file randgamma.c.
References d, INFINITE, NAN, REXP, RNOR, RUNI, and x.
Referenced by octave_rand::fill(), and oct_float_randg().
| 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, RNOR, RUNI, and x.
Referenced by octave_rand::fill(), and oct_randg().
Definition at line 196 of file randgamma.c.
References oct_fill_float_randg().
Referenced by octave_rand::do_float_scalar().
Definition at line 139 of file randgamma.c.
References oct_fill_randg().
Referenced by octave_rand::do_scalar().
1.8.1.2