#include "util/random.hh"#include <cstdlib>#include <boost/thread/locks.hpp>#include <boost/thread/mutex.hpp>Go to the source code of this file.
Namespaces | |
| namespace | util |
| namespace | util::internal |
| Implementation detail. For the random module's internal use only. | |
Functions | |
| void | util::rand_init (unsigned int seed) |
| void | util::rand_init () |
| int | util::internal::rand_int () |
| The central call to the randomizer upon which this whole module is built. | |
1.5.9