random.h
Go to the documentation of this file.
1 
23 #ifndef MICROS_SWARM_RANDOM_H_
24 #define MICROS_SWARM_RANDOM_H_
25 
26 #include <random>
27 #include <iostream>
28 #include <ctime>
29 #include <stdlib.h>
30 #include <time.h>
31 
32 namespace micros_swarm{
33 
34  int random_int(int min, int max);
35  float random_float(float min, float max);
36 };
37 
38 #endif
int random_int(int min, int max)
Definition: random.cpp:27
float random_float(float min, float max)
Definition: random.cpp:32


micros_swarm
Author(s):
autogenerated on Mon Jun 10 2019 14:02:06