The Gaudi Framework  v32r2 (46d42edc)
QuasiRandom.h
Go to the documentation of this file.
1 #ifndef GAUDIUTILS_QUASIRANDOM_H
2 #define GAUDIUTILS_QUASIRANDOM_H 1
3 
4 // Include files
5 #include <string>
6 
7 // boost
8 #include <boost/integer/integer_mask.hpp>
9 
26 namespace Gaudi {
27  namespace Utils {
28  namespace QuasiRandom {
29 
32 
35 
38 
40  uint32_t mixString( uint32_t state, const std::string& extra );
41  } // namespace QuasiRandom
42  } // namespace Utils
43 } // namespace Gaudi
44 #endif // GAUDIUTILS_QUASIRANDOM_H
uint32_t mixString(uint32_t state, const std::string &extra)
mix some 'extra' entropy into 'state' and return result
Definition: QuasiRandom.cpp:31
uint32_t mix(uint32_t state)
Create a hash with a large avalanche effect from a 32 bit integer.
Definition: QuasiRandom.cpp:11
unsigned long long uint64_t
Definition: instrset.h:143
STL class.
unsigned int uint32_t
Definition: instrset.h:141
uint32_t mix32(uint32_t state, uint32_t extra)
mix some 'extra' entropy into 'state' and return result
Definition: QuasiRandom.cpp:23
uint32_t mix64(uint32_t state, uint64_t extra)
mix some 'extra' entropy into 'state' and return result
Definition: QuasiRandom.cpp:25
Header file for std:chrono::duration-based Counters.
Definition: __init__.py:1