ifw-odp
2.0.0-alpha
|
#include <cpl.h>
Go to the source code of this file.
Functions | |
double | clipm_math_rng_uniform50 (void) |
Generate random number between 0 and 1. More... | |
double | clipm_math_rng_gaussian (void) |
Generate gaussian-distributed random number. More... | |
void * | clipm_math_rng_poisson_pointpattern_2d (double xmin, double ymin, double xmax, double ymax, cpl_size homogeneity, cpl_size N, cpl_type type) |
Generate 2-dimensional pattern of Poisson-distributed points. More... | |