Mercurial > hg > octave-nkf
view liboctave/randpoisson.h @ 6111:ed81d74118bb
[project @ 2006-10-27 02:43:23 by jwe]
author | jwe |
---|---|
date | Fri, 27 Oct 2006 02:43:24 +0000 |
parents | 2cd0af543e7a |
children | 4270ded9ddc6 |
line wrap: on
line source
/* This code is in the public domain */ #ifndef _RANDPOISSON_H #include "oct-types.h" #ifdef __cplusplus extern "C" { #endif extern double oct_randp (double L); extern void oct_fill_randp (double L, octave_idx_type n, double *p); #ifdef __cplusplus } #endif #endif /* ;;; Local Variables: *** ;;; mode: C *** ;;; End: *** */