CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
Loading...
Searching...
No Matches
MixMaxRng.h File Reference
#include <array>
#include <cstdint>
#include "CLHEP/Random/defs.h"
#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 123 of file MixMaxRng.h.