Go to the source code of this file.
Functions | |
OCTAVE_API void | oct_fill_randp (double L, octave_idx_type n, double *p) |
OCTAVE_API double | oct_randp (double L) |
OCTAVE_API void oct_fill_randp | ( | double | L, | |
octave_idx_type | n, | |||
double * | p | |||
) |
Definition at line 406 of file randpoisson.c.
References floor(), INFINITE, NAN, poisson_cdf_lookup(), pprsc(), and RNOR.
Referenced by octave_rand::fill().
Definition at line 438 of file randpoisson.c.
References floor(), INFINITE, poisson_rejection(), and RNOR.
Referenced by octave_rand::do_scalar().