Pseudo random number generator. More...
#include <openbabel/babelconfig.h>Go to the source code of this file.
Classes | |
| struct | DoubleType |
| Used for internal random number generation OBRandom (unless the system random generator is used) More... | |
| class | OBRandom |
| Random number generator. More... | |
Namespaces | |
| namespace | OpenBabel |
Functions | |
| void | DoubleMultiply (unsigned int, unsigned int, DoubleType *) |
| void | DoubleAdd (DoubleType *, unsigned int) |
| unsigned int | DoubleModulus (DoubleType *, unsigned int) |
Pseudo random number generator.