Public Member Functions | |
makeNumber ($number, $base=10) | |
| |
makeFromBinary ($binary) | |
| |
makeRandom ($stop, RandomSource $source) | |
| |
Static Public Member Functions | |
static | me () |
|
Definition at line 16 of file GmpBigIntegerFactory.class.php.
static GmpBigIntegerFactory::me | ( | ) | [static] |
Definition at line 21 of file GmpBigIntegerFactory.class.php.
References Singleton::getInstance().
Referenced by GmpBigInteger::getFactory().
GmpBigIntegerFactory::makeNumber | ( | $ | number, | |
$ | base = 10 | |||
) |
Reimplemented from BigNumberFactory.
Definition at line 29 of file GmpBigIntegerFactory.class.php.
References GmpBigInteger::make().
Referenced by makeRandom().
GmpBigIntegerFactory::makeFromBinary | ( | $ | binary | ) |
Reimplemented from BigNumberFactory.
Definition at line 37 of file GmpBigIntegerFactory.class.php.
References GmpBigInteger::makeFromBinary().
Referenced by makeRandom().
GmpBigIntegerFactory::makeRandom | ( | $ | stop, | |
RandomSource $ | source | |||
) |
Reimplemented from BigNumberFactory.
Definition at line 45 of file GmpBigIntegerFactory.class.php.
References Assert::isTrue(), makeFromBinary(), and makeNumber().