copasi API
0.1
|
CRandom() | CRandom | [protected] |
createGenerator(CRandom::Type type=CRandom::mt19937, unsigned C_INT32 seed=0) | CRandom | [static] |
getModulus() const | CRandom | |
getRandomCC() | CRandom | [virtual] |
getRandomCO() | CRandom | [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() | CRandom | [virtual] |
getRandomPoisson(const C_FLOAT64 &mean) | CRandom | [virtual] |
getRandomS() | CRandom | [virtual] |
getRandomS(const C_INT32 &max) | CRandom | [virtual] |
getRandomU() | CRandom | [virtual] |
getRandomU(const unsigned C_INT32 &max) | CRandom | [virtual] |
getSystemSeed() | CRandom | [static] |
getType() const | CRandom | |
initialize(unsigned C_INT32 seed=CRandom::getSystemSeed()) | CRandom | [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] |
r250 enum value | CRandom | |
setModulus(const unsigned C_INT32 &modulus) | CRandom | [protected] |
Type enum name | CRandom | |
TypeName | CRandom | [static] |
XMLType | CRandom | [static] |
~CRandom() | CRandom | [virtual] |