Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
pyRandomize Namespace Reference

Functions

void f1_setTheSeed (long seed)
 
void f2_setTheSeed (long seed, int lux)
 
void f1_setTheSeeds (const list &seedList)
 
void f2_setTheSeeds (const list &seedList, int aux)
 
list f_getTheSeeds ()
 
list f_getTheTableSeeds (int index)
 
void f1_saveEngineStatus ()
 
void f2_saveEngineStatus (const char *filename)
 
void f1_restoreEngineStatus ()
 
void f2_restoreEngineStatus (const char *filename)
 
int f1_RandBit_shootBit ()
 
double f1_RandGaussQ_shoot ()
 
double f2_RandGaussQ_shoot (double mean, double stdDev)
 
double f_G4UniformRand ()
 

Function Documentation

int pyRandomize::f1_RandBit_shootBit ( )

Definition at line 148 of file pyRandomize.cc.

Here is the caller graph for this function:

double pyRandomize::f1_RandGaussQ_shoot ( )

Definition at line 154 of file pyRandomize.cc.

Here is the caller graph for this function:

void pyRandomize::f1_restoreEngineStatus ( )

Definition at line 137 of file pyRandomize.cc.

Here is the caller graph for this function:

void pyRandomize::f1_saveEngineStatus ( )

Definition at line 126 of file pyRandomize.cc.

Here is the caller graph for this function:

void pyRandomize::f1_setTheSeed ( long  seed)

Definition at line 47 of file pyRandomize.cc.

Here is the caller graph for this function:

void pyRandomize::f1_setTheSeeds ( const list &  seedList)

Definition at line 58 of file pyRandomize.cc.

Here is the caller graph for this function:

double pyRandomize::f2_RandGaussQ_shoot ( double  mean,
double  stdDev 
)

Definition at line 159 of file pyRandomize.cc.

Here is the caller graph for this function:

void pyRandomize::f2_restoreEngineStatus ( const char *  filename)

Definition at line 142 of file pyRandomize.cc.

Here is the caller graph for this function:

void pyRandomize::f2_saveEngineStatus ( const char *  filename)

Definition at line 131 of file pyRandomize.cc.

Here is the caller graph for this function:

void pyRandomize::f2_setTheSeed ( long  seed,
int  lux 
)

Definition at line 52 of file pyRandomize.cc.

Here is the caller graph for this function:

void pyRandomize::f2_setTheSeeds ( const list &  seedList,
int  aux 
)

Definition at line 78 of file pyRandomize.cc.

Here is the caller graph for this function:

double pyRandomize::f_G4UniformRand ( )

Definition at line 166 of file pyRandomize.cc.

Here is the caller graph for this function:

list pyRandomize::f_getTheSeeds ( )

Definition at line 98 of file pyRandomize.cc.

Here is the caller graph for this function:

list pyRandomize::f_getTheTableSeeds ( int  index)

Definition at line 112 of file pyRandomize.cc.

Here is the caller graph for this function: