diff liboctave/randgamma.h @ 5742:2cd0af543e7a

[project @ 2006-04-06 08:15:49 by jwe]
author jwe
date Thu, 06 Apr 2006 08:15:49 +0000
parents
children 4270ded9ddc6
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/liboctave/randgamma.h
@@ -0,0 +1,24 @@
+/* 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: ***
+*/
+