PYTHIA  8.311
Public Member Functions | Public Attributes | List of all members
RndmState Struct Reference

#include <Basics.h>

Public Member Functions

bool operator== (const RndmState &other) const
 Test whether two random states would generate the same random sequence. More...
 

Public Attributes

int i97 {}
 
int j97 {}
 
int seed {0}
 
long sequence {0}
 
double u [97] {}
 
double c {}
 
double cd {}
 
double cm {}
 

Detailed Description

RndmState class. This class describes the configuration of a Rndm object.

Member Function Documentation

bool operator== ( const RndmState other) const

Test whether two random states would generate the same random sequence.

RndmState class. This class describes the configuration of a Rndm object.


The documentation for this struct was generated from the following files: