include/Random.hpp File Reference
this file has some functions for creating random values.
More...
|
Namespaces |
| namespace | DSOL |
| | the master namespace of the library. every class, function and variable will be in this namespace.
|
Functions |
| static const bool | DSOL::randBool () |
| | returns a random boolean value.
|
| static const int | DSOL::randInt (const int min, const int max) |
| | returns a random number between min and max.
|
| static void | DSOL::seedRandDefault () |
| | sets the rand seed using the current time.
|
Detailed Description
this file has some functions for creating random values.