26 #ifndef _RANDPOISSON_H
32 extern OCTAVE_API
double oct_randp (
double L);
OCTAVE_API double oct_randp(double L)
OCTAVE_API void oct_fill_randp(double L, octave_idx_type n, double *p)
OCTAVE_API float oct_float_randp(float L)
OCTAVE_API void oct_fill_float_randp(float L, octave_idx_type n, float *p)