#include <cmath>
#include "lo-ieee.h"
#include "lo-mappers.h"
#include "randgamma.h"
#include "randmtzig.h"
Go to the source code of this file.
Functions | |
template void | rand_gamma (double, octave_idx_type, double *) |
template void | rand_gamma (float, octave_idx_type, float *) |
template<typename T > | |
void | rand_gamma (T a, octave_idx_type n, T *r) |
template void rand_gamma | ( | double | , |
octave_idx_type | , | ||
double * | |||
) |
template void rand_gamma | ( | float | , |
octave_idx_type | , | ||
float * | |||
) |
void rand_gamma | ( | T | a, |
octave_idx_type | n, | ||
T * | r | ||
) |