CluE  1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CluE::PrimeGenerator Member List

This is the complete list of members for CluE::PrimeGenerator, including all inherited members.

getPrime(unsigned long long lowerBound, unsigned long long upperBound, double errorProbability)CluE::PrimeGenerator
isMillerRabinPrime(unsigned long long candidate, double errorProbability)CluE::PrimeGenerator
potMod(unsigned long long x, unsigned long long b, unsigned long long m)CluE::PrimeGeneratorprivate