IMP  2.3.0
The Integrative Modeling Platform
random.h File Reference

Random number generators used by IMP. More...

#include <IMP/base/base_config.h>
#include <boost/random/mersenne_twister.hpp>
+ Include dependency graph for random.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Random number generators used by IMP.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file random.h.