#include <time.h>
#include <limits>
#include <random>
#include <boost/math/constants/constants.hpp>
#include "fields2cover/types/Point.h"
#include "fields2cover/types/LineString.h"
#include "fields2cover/types/LinearRing.h"
#include "fields2cover/types/Field.h"
#include "fields2cover/types/Cell.h"
Go to the source code of this file.
Classes | |
class | f2c::Random |
Namespaces | |
f2c | |
Main namespace of the fields2cover library. | |
Macros | |
#define | FIELDS2COVER_UTILS_RANDOM_H_ |