Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
Classes | |
class | CLHEP::MixMaxRng |
Namespaces | |
namespace | CLHEP |
Macros | |
#define | MIXMAX_MOD_MERSENNE(k) ((((k)) & M61) + (((k)) >> BITS) ) |
Typedefs | |
using | CLHEP::myID_t = std::uint32_t |
using | CLHEP::myuint_t = unsigned long long int |
#define MIXMAX_MOD_MERSENNE | ( | k | ) | ((((k)) & M61) + (((k)) >> BITS) ) |
Definition at line 122 of file MixMaxRng.h.