view liboctave/randpoisson.h @ 6022:abd750456740

Added tag ss-2-9-9 for changeset 60f9ced8ab53
author jwe@segfault.lan
date Fri, 01 Feb 2008 22:26:07 -0500
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: ***
*/