Mercurial > hg > octave-nkf
view liboctave/randgamma.h @ 6576:f14a0d35f90b
[project @ 2007-04-25 14:22:34 by jwe]
author | jwe |
---|---|
date | Wed, 25 Apr 2007 14:22:34 +0000 |
parents | 2cd0af543e7a |
children | 4270ded9ddc6 |
line wrap: on
line source
/* This code is in the public domain */ #ifndef _RANDGAMMA_H #include "oct-types.h" #ifdef __cplusplus extern "C" { #endif extern double oct_randg (double a); extern void oct_fill_randg (double a, octave_idx_type n, double *p); #ifdef __cplusplus } #endif #endif /* ;;; Local Variables: *** ;;; mode: C *** ;;; End: *** */