#include <algorithm>#include <cstdlib>#include <cstddef>#include <vector>#include "rtflann/general.h"

Go to the source code of this file.
Classes | |
| class | rtflann::RandomGenerator |
| class | rtflann::UniqueRandom |
Namespaces | |
| rtflann | |
Functions | |
| double | rtflann::rand_double (double high=1.0, double low=0) |
| int | rtflann::rand_int (int high=RAND_MAX, int low=0) |
| void | rtflann::seed_random (unsigned int seed) |