copasi API
0.1
|
Cmt19937(unsigned C_INT32 seed) | Cmt19937 | [protected] |
CRandom() | CRandom | [protected] |
CRandom::createGenerator(CRandom::Type type, unsigned C_INT32 seed) | Cmt19937 | [friend] |
createGenerator(CRandom::Type type=CRandom::mt19937, unsigned C_INT32 seed=0) | CRandom | [static] |
genrand_res53() | Cmt19937 | |
getModulus() const | CRandom | |
getRandomCC() | Cmt19937 | [virtual] |
getRandomCO() | Cmt19937 | [virtual] |
getRandomExp() | CRandom | [virtual] |
getRandomNormal(const C_FLOAT64 &mean, const C_FLOAT64 &sd) | CRandom | [virtual] |
getRandomNormal01() | CRandom | [virtual] |
getRandomNormalLog(const C_FLOAT64 &mean, const C_FLOAT64 &sd) | CRandom | [virtual] |
getRandomNormalPositive(const C_FLOAT64 &mean, const C_FLOAT64 &sd) | CRandom | [virtual] |
getRandomOO() | Cmt19937 | [virtual] |
getRandomPoisson(const C_FLOAT64 &mean) | CRandom | [virtual] |
getRandomS() | Cmt19937 | [virtual] |
CRandom::getRandomS(const C_INT32 &max) | CRandom | [virtual] |
getRandomU() | Cmt19937 | [virtual] |
CRandom::getRandomU(const unsigned C_INT32 &max) | CRandom | [virtual] |
getSystemSeed() | CRandom | [static] |
getType() const | CRandom | |
init_by_array(unsigned C_INT32 init_key[], C_INT32 key_length) | Cmt19937 | |
initialize(unsigned C_INT32 seed=CRandom::getSystemSeed()) | Cmt19937 | [virtual] |
mFloat | CRandom | [protected] |
mModulus | CRandom | [protected] |
mModulusInv | CRandom | [protected] |
mModulusInv1 | CRandom | [protected] |
mNumberS | CRandom | [protected] |
mNumberU | CRandom | [protected] |
mt19937 enum value | CRandom | |
mt19937HR enum value | CRandom | |
mType | CRandom | [protected] |
next_state() | Cmt19937 | [protected] |
r250 enum value | CRandom | |
setModulus(const unsigned C_INT32 &modulus) | CRandom | [protected] |
Type enum name | CRandom | |
TypeName | CRandom | [static] |
XMLType | CRandom | [static] |
~Cmt19937() | Cmt19937 | |
~CRandom() | CRandom | [virtual] |