ElfPSP_ParallelABC
Protein Structure Prediction using Parallel Artificial Bee Colony Optimization
|
Routines for random number generation. More...
#include "mtwist/mtwist.h"
Go to the source code of this file.
Macros | |
#define | MT_GENERATE_CODE_IN_HEADER 0 |
#define | RANDOM_INLINE inline |
Functions | |
RANDOM_INLINE double | drandom_x () |
Returns a random double within [0,1) | |
RANDOM_INLINE unsigned int | urandom_max (unsigned int max) |
Returns an unsigned integer within [0,max) | |
Routines for random number generation.