IMP  2.0.1
The Integrative Modeling Platform
kernel/random.h
Go to the documentation of this file.
1 /**
2  * \file IMP/kernel/random.h
3  * \brief For backwards compatibility.
4  *
5  * Copyright 2007-2013 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPKERNEL_RANDOM_H
10 #define IMPKERNEL_RANDOM_H
11 
12 #include <IMP/kernel/kernel_config.h>
13 #include <IMP/base/random.h>
14 
15 IMPKERNEL_BEGIN_NAMESPACE
16 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
17 using base::RandomNumberGenerator;
19 #endif
20 IMPKERNEL_END_NAMESPACE
21 
22 #endif /* IMPKERNEL_RANDOM_H */