Geant4
10.00.p03
|
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 () |
int pyRandomize::f1_RandBit_shootBit | ( | ) |
Definition at line 147 of file pyRandomize.cc.
Referenced by export_Randomize().
double pyRandomize::f1_RandGaussQ_shoot | ( | ) |
Definition at line 153 of file pyRandomize.cc.
References G4INCL::DeJongSpin::shoot().
Referenced by export_Randomize().
void pyRandomize::f1_restoreEngineStatus | ( | ) |
Definition at line 136 of file pyRandomize.cc.
Referenced by export_Randomize().
void pyRandomize::f1_saveEngineStatus | ( | ) |
Definition at line 125 of file pyRandomize.cc.
Referenced by export_Randomize().
void pyRandomize::f1_setTheSeed | ( | long | seed | ) |
Definition at line 46 of file pyRandomize.cc.
Referenced by export_Randomize().
void pyRandomize::f1_setTheSeeds | ( | const list & | seedList | ) |
Definition at line 57 of file pyRandomize.cc.
Referenced by export_Randomize().
double pyRandomize::f2_RandGaussQ_shoot | ( | double | mean, |
double | stdDev | ||
) |
Definition at line 158 of file pyRandomize.cc.
References G4INCL::DeJongSpin::shoot().
Referenced by export_Randomize().
void pyRandomize::f2_restoreEngineStatus | ( | const char * | filename | ) |
Definition at line 141 of file pyRandomize.cc.
Referenced by export_Randomize().
void pyRandomize::f2_saveEngineStatus | ( | const char * | filename | ) |
Definition at line 130 of file pyRandomize.cc.
Referenced by export_Randomize().
void pyRandomize::f2_setTheSeed | ( | long | seed, |
int | lux | ||
) |
Definition at line 51 of file pyRandomize.cc.
Referenced by export_Randomize().
void pyRandomize::f2_setTheSeeds | ( | const list & | seedList, |
int | aux | ||
) |
Definition at line 77 of file pyRandomize.cc.
Referenced by export_Randomize().
double pyRandomize::f_G4UniformRand | ( | ) |
Definition at line 165 of file pyRandomize.cc.
References G4UniformRand.
Referenced by export_Randomize().
list pyRandomize::f_getTheSeeds | ( | ) |
Definition at line 97 of file pyRandomize.cc.
Referenced by export_Randomize().
list pyRandomize::f_getTheTableSeeds | ( | int | index | ) |
Definition at line 111 of file pyRandomize.cc.
Referenced by export_Randomize().