Geant4-11
Data Structures | Namespaces | Macros | Typedefs
MixMaxRng.h File Reference
#include <array>
#include "CLHEP/Random/RandomEngine.h"

Go to the source code of this file.

Data Structures

class  CLHEP::MixMaxRng
 
struct  CLHEP::MixMaxRng::rng_state_st
 

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 121 of file MixMaxRng.h.