Click or drag to resize

isPrimeisProbablyPrime Method

Performs a statistical trial to check for primality.
Overload List
  NameDescription
Public methodStatic memberisProbablyPrime(Int32, RandomGenerator)
Performs a statistical trial to check for primality.
Public methodStatic memberisProbablyPrime(Int64, RandomGenerator)
Performs a statistical trial to check for primality.
Public methodStatic memberisProbablyPrime(BigInteger, RandomGenerator)
Performs a statistical trial to check for primality.
Public methodStatic memberisProbablyPrime(Int32, Int32, RandomGenerator)
Performs statistic trials to check whether the number is prime.
Public methodStatic memberisProbablyPrime(Int64, Int32, RandomGenerator)
Performs statistic trials to check whether the number is prime.
Public methodStatic memberisProbablyPrime(BigInteger, Int32, RandomGenerator)
Performs statistic trials to check whether the number is prime.
Top
See Also