#include <gmp-rational.h>
Public Types | |
| typedef GMPRationalElement | Element |
Public Methods | |
| GMPRationalRandIter (const GMPRationalField &F, const integer &size=0, const integer &seed=0) | |
| GMPRationalRandIter (const GMPRationalRandIter &R) | |
| ~GMPRationalRandIter () | |
| GMPRationalRandIter & | operator= (const GMPRationalRandIter &R) |
| Element & | random (Element &a) const |
| ElementAbstract & | random (ElementAbstract &a) const |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Random field element creator. This returns a random field element from the information supplied at the creation of the generator. Required by abstract base class.
|
|
|
|
1.2.18