#include "octave-config.h"Go to the source code of this file.
Functions | |
| template<typename T > | |
| T | rand_poisson (T L) |
| template<typename T > | |
| void | rand_poisson (T L, octave_idx_type n, T *p) |
| T rand_poisson | ( | T | L | ) |
Definition at line 441 of file randpoisson.cc.
| void rand_poisson | ( | T | L, |
| octave_idx_type | n, | ||
| T * | p | ||
| ) |
Definition at line 404 of file randpoisson.cc.