The Cuik KD-Tree Library


random.h

Go to the documentation of this file.
00001 #ifndef RANDOMH
00002 #define RANDOMH
00003 
00021 void randomReset();
00022 
00032 void randomSet(unsigned int seed);
00033 
00041 inline double randomDouble();
00042 
00050 double randomNormal();
00051 
00052 #endif