#include <cstdio>#include <cstdlib>#include <cmath>#include <learning/Distribution.h>
Go to the source code of this file.
Functions | |
| void | setRandomSeed (unsigned int seed) |
| real | urandom () |
| real | urandom (real min, real max) |
Variables | |
| static const double | PI = 3.14159265358979323846 |
| void setRandomSeed | ( | unsigned int | seed | ) |
Definition at line 19 of file Distribution.cpp.
| real urandom | ( | ) |
Definition at line 23 of file Distribution.cpp.
|
static |
Definition at line 17 of file Distribution.cpp.