X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Frandom%2Frandom.c;h=b8295a73d72b2c1a387c7baa6a51b4ea5a6d1474;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=9150e64f3eb12f7425d02e5f09c05e7cf6f58838;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/random/random.c b/src/gromacs/random/random.c index 9150e64f3e..b8295a73d7 100644 --- a/src/gromacs/random/random.c +++ b/src/gromacs/random/random.c @@ -38,13 +38,13 @@ #include "random.h" +#include "config.h" + #include #include #include #include -#include "config.h" - #ifdef HAVE_UNISTD_H #include #endif @@ -52,11 +52,11 @@ #include #endif +#include "external/Random123-1.08/include/Random123/threefry.h" + #include "gromacs/math/utilities.h" #include "gromacs/random/random_gausstable.h" -#include "external/Random123-1.08/include/Random123/threefry.h" - #define RNG_N 624 #define RNG_M 397 #define RNG_MATRIX_A 0x9908b0dfUL /* constant vector a */