EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
randomGenerator Class Reference

#include <estarlight/blob/master/include/randomgenerator.h>

Public Member Functions

void SetSeed (unsigned int seed)
 
double Rndom (int i=0)
 

Private Attributes

unsigned int _Mt [624]
 
int _count624
 

Detailed Description

Definition at line 38 of file randomgenerator.h.

View newest version in sPHENIX GitHub at line 38 of file randomgenerator.h

Member Function Documentation

void randomGenerator::SetSeed ( unsigned int  seed)

Definition at line 84 of file randomgenerator.cpp.

View newest version in sPHENIX GitHub at line 84 of file randomgenerator.cpp

Referenced by eventChannel::eventChannel().

+ Here is the caller graph for this function:

Member Data Documentation

int randomGenerator::_count624
private

Definition at line 46 of file randomgenerator.h.

View newest version in sPHENIX GitHub at line 46 of file randomgenerator.h

unsigned int randomGenerator::_Mt[624]
private

Definition at line 45 of file randomgenerator.h.

View newest version in sPHENIX GitHub at line 45 of file randomgenerator.h


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