IMP
2.4.0
The Integrative Modeling Platform
|
Random number generators used by IMP. More...
#include <IMP/base/base_config.h>
#include <boost/random/mersenne_twister.hpp>
Go to the source code of this file.
Namespaces | |
IMP | |
Synonym for IMP::kernel. | |
IMP::base | |
Low level functionality (logging, error handling, profiling, command line flags etc) that is used by all of IMP. | |
Typedefs | |
typedef ::boost::mt19937 | IMP::base::RandomNumberGenerator |
Functions | |
boost::uint64_t | IMP::base::get_random_seed () |
Return the initial random seed. More... | |
Variables | |
RandomNumberGenerator | IMP::base::random_number_generator |
A shared random number generator. More... | |