Gromacs
2025.2
|
#include "gmxpre.h"
#include "gromacs/random/exponentialdistribution.h"
#include <string>
#include <vector>
#include <gtest/gtest.h>
#include "gromacs/random/seed.h"
#include "gromacs/random/threefry.h"
#include "gromacs/utility/real.h"
#include "testutils/refdata.h"
#include "testutils/testasserts.h"
Tests for GROMACS exponential distribution.