#include <time.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
void | init () |
template<class TYPE > | |
TYPE | random () |
template<> | |
double | random< double > () |
template<> | |
float | random< float > () |
|
inline |
Definition at line 24 of file Random.hpp.
TYPE random | ( | ) |
double random< double > | ( | ) |
Definition at line 38 of file Random.hpp.
float random< float > | ( | ) |
Definition at line 45 of file Random.hpp.