Gromacs
2020.4
|
#include "gmxpre.h"
#include "gromacs/random/threefry.h"
#include <gtest/gtest.h>
#include "gromacs/utility/exceptions.h"
#include "testutils/refdata.h"
#include "testutils/testasserts.h"
Tests for the ThreeFry random engine.
Variables | |
const std::vector< uint64_t > | gmx::anonymous_namespace{threefry.cpp}::bitsZero { { 0, 0, 0, 0 } } |
Constant array of integers with all bits zeroed. More... | |
const std::vector< uint64_t > | gmx::anonymous_namespace{threefry.cpp}::bitsOne |
Constant array of integers with all bits set to one. More... | |
const std::vector< uint64_t > | gmx::anonymous_namespace{threefry.cpp}::bitsPi |
Constant array of integers with bitpattern from Pi. More... | |