#include <cstdlib>
Go to the source code of this file.
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... | |
Namespaces | |
namespace | rutz |
Auxiliary helper namespace used in implementing shared_ptr. | |
Functions | |
template<class T > | |
T | rutz::rand_range (const T &min, const T &max) |
static const char | __attribute__ ((used)) vcid_groovx_rutz_rand_h_utc20050626084020[] |
Variables | |
unsigned long | rutz::default_rand_seed = 0 |
A hook that allows various code to start from a predictable seed. |
random-number generation
Definition in file rand.h.