|
linbox
|
#include <random-fftprime.h>
Public Types | |
| typedef integer | PrimeType |
| typedef std::vector< PrimeType > | VectPrime |
Static Public Member Functions | |
| static bool | randomPrime (PrimeType &p, const PrimeType &pbound, uint64_t k) |
| static bool | generatePrime (PrimeType &p, const PrimeType &pbound, uint64_t kmin=1) |
| static bool | generatePrimes (VectPrime &primes, const PrimeType &pbound, const PrimeType &prodbound, uint64_t kmin=1) |
| static void | seeding (uint64_t seed) |
| static void | seeding (const Integer &seed) |
| static void | seeding () |
Static Public Attributes | |
| static const int32_t | probab_prime_ntests = 25 |
| static const size_t | max_ntries = 256 |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
|
static |