Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
MixMaxRng.h File Reference
#include <array>
#include <cstdint>
#include "CLHEP/Random/RandomEngine.h"

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
 

Macro Definition Documentation

◆ MIXMAX_MOD_MERSENNE

#define MIXMAX_MOD_MERSENNE (   k)    ((((k)) & M61) + (((k)) >> BITS) )

Definition at line 122 of file MixMaxRng.h.