|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include "gmxpre.h"#include "gromacs/random/threefry.h"#include <cstdint>#include <string>#include <vector>#include <gtest/gtest.h>#include "gromacs/random/seed.h"#include "gromacs/utility/exceptions.h"#include "testutils/refdata.h"#include "testutils/testasserts.h"
Include dependency graph for threefry.cpp:Tests for the ThreeFry random engine.
Variables | |
| const std::vector< uint64_t > | gmx::test::anonymous_namespace{threefry.cpp}::bitsZero { { 0, 0, 0, 0 } } |
| Constant array of integers with all bits zeroed. More... | |
| const std::vector< uint64_t > | gmx::test::anonymous_namespace{threefry.cpp}::bitsOne |
| Constant array of integers with all bits set to one. More... | |
| const std::vector< uint64_t > | gmx::test::anonymous_namespace{threefry.cpp}::bitsPi |
| Constant array of integers with bitpattern from Pi. More... | |
1.8.5