random.hpp
Go to the documentation of this file.
arma::rowvec integers_uniform_in_range(const int min, const int max, const int count)
Definition: random.cpp:29
double random_double_uniform_in_range(double min, double max)
Definition: random.cpp:6
arma::vec random_neighbour(const arma::vec &agent, const double minimal_distance, const double maximal_distance)
Definition: random.cpp:48
Definition: adaptive_parameter_search.hpp:5
int random_integer_uniform_in_range(int min, int max)
Definition: random.cpp:13