random.hpp File Reference
#include <armadillo>
#include <vector>
Include dependency graph for random.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
pass | |
Functions | |
double | pass::random_double_uniform_in_range (double min, double max) |
int | pass::random_integer_uniform_in_range (int min, int max) |
arma::rowvec | pass::integers_uniform_in_range (const int min, const int max, const int count) |
arma::vec | pass::random_neighbour (const arma::vec &agent, const double minimal_distance, const double maximal_distance) |