ATLAS Offline Software
|
#include <string>
#include <boost/crc.hpp>
Go to the source code of this file.
Functions | |
uint32_t | crc_combine (uint32_t seed, uint32_t v) |
using crc32 for architecture independence in combining the seeds More... | |
uint32_t | crc_combine (uint32_t seed, const std::string &v) |
using crc32 for architecture independence in combining the seeds More... | |
|
inline |
using crc32 for architecture independence in combining the seeds
Definition at line 18 of file RngComps/src/crc_combine.h.
|
inline |
using crc32 for architecture independence in combining the seeds
Definition at line 11 of file RngComps/src/crc_combine.h.