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