IMP logo
IMP Reference Guide  2.5.0
The Integrative Modeling Platform
random.h File Reference

Random number generators used by IMP. More...

#include <IMP/kernel_config.h>
#include <IMP/Vector.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
 Base functionality and abstract base classes for representation, scoring and sampling.
 

Typedefs

typedef ::boost::mt19937 IMP::RandomNumberGenerator
 

Functions

boost::uint64_t IMP::get_random_seed ()
 Return the initial random seed. More...
 

Variables

RandomNumberGenerator IMP::random_number_generator
 A shared non-GPU random number generator. More...
 

Detailed Description

Random number generators used by IMP.

Copyright 2007-2015 IMP Inventors. All rights reserved.

Definition in file random.h.