Navigation

Operators and Keywords

Function List:

C++ API

randgamma.c File Reference

#include <stdio.h>
#include "lo-ieee.h"
#include "lo-math.h"
#include "randmtzig.h"
#include "randgamma.h"
Include dependency graph for randgamma.c:

Defines

#define NAN   octave_NaN
#define INFINITE   lo_ieee_isinf
#define RUNI   oct_randu()
#define RNOR   oct_randn()
#define REXP   oct_rande()

Functions

void oct_fill_randg (double a, octave_idx_type n, double *r)
double oct_randg (double a)

Define Documentation

#define INFINITE   lo_ieee_isinf
#define NAN   octave_NaN
#define REXP   oct_rande()
#define RNOR   oct_randn()
#define RUNI   oct_randu()

Function Documentation

void oct_fill_randg ( double  a,
octave_idx_type  n,
double *  r 
)
double oct_randg ( double  a  ) 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines