![]() |
The Gaudi Framework
master (b9786168)
|
#include <string>#include <boost/integer/integer_mask.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | Gaudi |
| This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited. | |
| namespace | Gaudi::Utils |
| namespace | Gaudi::Utils::QuasiRandom |
Functions | |
| uint32_t | Gaudi::Utils::QuasiRandom::mix (uint32_t state) |
| Create a hash with a large avalanche effect from a 32 bit integer. | |
| uint32_t | Gaudi::Utils::QuasiRandom::mix32 (uint32_t state, uint32_t extra) |
| mix some 'extra' entropy into 'state' and return result | |
| uint32_t | Gaudi::Utils::QuasiRandom::mix64 (uint32_t state, uint64_t extra) |
| mix some 'extra' entropy into 'state' and return result | |
| uint32_t | Gaudi::Utils::QuasiRandom::mixString (uint32_t state, const std::string &extra) |
| mix some 'extra' entropy into 'state' and return result | |