#include <string>
#include <cstdint>
#include <vector>
#include <functional>
#include "GaudiKernel/EventContext.h"
#include "GaudiKernel/ThreadLocalContext.h"
Go to the source code of this file.
|
size_t | ATHRNG::calculateSeedMC16 (const std::string &algName, uint64_t ev, uint64_t run, uint32_t offset=0) |
| Helper methods. More...
|
|
size_t | ATHRNG::calculateSeedMC20 (const std::string &algName, uint64_t ev, uint64_t run) |
| Set the random seed using a string (e.g. More...
|
|
void | ATHRNG::calculateSeedsMC21 (long *seeds, const std::string &algName, uint64_t ev, uint64_t run, uint64_t offset=0) |
| Set the random seed using a string (e.g. More...
|
|
long | ATHRNG::calculateSeedsPython (const std::string &algName, uint64_t ev, uint64_t run, uint64_t offset=0) |
|