Institut de Robòtica i Informàtica Industrial
KRD Group

The CuikSuite Project

random.h

Go to the documentation of this file.
00001 #ifndef RANDOMH
00002 #define RANDOMH
00003 
00004 #include "interval.h"
00005 
00006 
00024 void randomReset();
00025 
00035 void randomSet(unsigned int seed);
00036 
00044 double randomDouble();
00045 
00055 double randomInInterval(Tinterval *t);
00056 
00067 unsigned int randomMax(unsigned int m);
00068 
00069 #endif