random.h
Go to the documentation of this file.
00001 
00023 #ifndef MICROS_SWARM_RANDOM_H_
00024 #define MICROS_SWARM_RANDOM_H_
00025 
00026 #include <random>
00027 #include <iostream>
00028 #include <ctime>
00029 #include <stdlib.h>
00030 #include <time.h>
00031 
00032 namespace micros_swarm{
00033 
00034     int random_int(int min, int max);
00035     float random_float(float min, float max);
00036 };
00037 
00038 #endif


micros_swarm
Author(s):
autogenerated on Thu Jun 6 2019 18:52:14