Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
#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"
+ Include dependency graph for threefry.cpp:

Description

Tests for the ThreeFry random engine.

Author
Erik Lindahl erik..nosp@m.lind.nosp@m.ahl@g.nosp@m.mail.nosp@m..com

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...