ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MixMaxRng.h File Reference
#include <array>
#include "CLHEP/Random/RandomEngine.h"
+ Include dependency graph for MixMaxRng.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

namespace  CLHEP
 

Macros

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

Typedefs

typedef unsigned long int CLHEP::myID_t
 
typedef unsigned long long int CLHEP::myuint_t
 

Macro Definition Documentation

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