#include <cstdlib>
Go to the source code of this file.
Namespaces | |
namespace | rutz |
Classes | |
class | rutz::urand |
Uniform random distribution. More... | |
class | rutz::urand_irange |
uniform distribution over a specified integer range More... | |
class | rutz::urand_frange |
uniform distribution over a specified floating-point range More... | |
Functions | |
template<class T> | |
T | rutz::rand_range (const T &min, const T &max) |
Variables | |
unsigned long | rutz::default_rand_seed = 0 |
A hook that allows various code to start from a predictable seed. |
Definition in file rand.h.