PandaRoot
Photospp::PhotosRandom Class Reference

#include <PhotosRandom.h>

Inheritance diagram for Photospp::PhotosRandom:
Photospp::PhotosDebugRandom

Static Public Member Functions

static void setSeed (int s1, int s2)
 
static void initialize ()
 
static double randomReal ()
 
static void setSeed (int s1, int s2)
 
static void initialize ()
 
static double randomReal ()
 

Static Protected Attributes

static bool init
 
static int iseed [2]
 
static int i97
 
static int j97
 
static double uran [97]
 
static double cran
 
static const double cdran
 
static const double cmran
 

Detailed Description

Definition at line 43 of file PhotosRandom.h.

Member Function Documentation

◆ initialize() [1/2]

static void Photospp::PhotosRandom::initialize ( )
static

◆ initialize() [2/2]

static void Photospp::PhotosRandom::initialize ( )
static

◆ randomReal() [1/2]

static double Photospp::PhotosRandom::randomReal ( )
static

◆ randomReal() [2/2]

static double Photospp::PhotosRandom::randomReal ( )
static

◆ setSeed() [1/2]

static void Photospp::PhotosRandom::setSeed ( int  s1,
int  s2 
)
static

◆ setSeed() [2/2]

static void Photospp::PhotosRandom::setSeed ( int  s1,
int  s2 
)
static

Member Data Documentation

◆ cdran

static const double PhotosRandom::cdran
staticprotected

Definition at line 63 of file PhotosRandom.h.

◆ cmran

static const double PhotosRandom::cmran
staticprotected

Definition at line 64 of file PhotosRandom.h.

◆ cran

static double PhotosRandom::cran
staticprotected

Definition at line 62 of file PhotosRandom.h.

◆ i97

static int PhotosRandom::i97
staticprotected

Definition at line 59 of file PhotosRandom.h.

◆ init

static bool PhotosRandom::init
staticprotected

Definition at line 57 of file PhotosRandom.h.

◆ iseed

static int PhotosRandom::iseed
staticprotected

Definition at line 58 of file PhotosRandom.h.

◆ j97

static int PhotosRandom::j97
staticprotected

Definition at line 60 of file PhotosRandom.h.

◆ uran

static double PhotosRandom::uran
staticprotected

Definition at line 61 of file PhotosRandom.h.


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