GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
randgamma.cc File Reference
#include <cmath>
#include "lo-ieee.h"
#include "randgamma.h"
#include "randmtzig.h"
Include dependency graph for randgamma.cc:

Go to the source code of this file.

Namespaces

 octave
 

Functions

template void octave::rand_gamma (double, octave_idx_type, double *)
 
template void octave::rand_gamma (float, octave_idx_type, float *)
 
template<typename T >
void octave::rand_gamma (T a, octave_idx_type n, T *r)