|  | isPrimeisProbablyPrime Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | isProbablyPrime(Int32, RandomGenerator) | 
            Performs a statistical trial to check for primality.
             | 
|   | isProbablyPrime(Int64, RandomGenerator) | 
            Performs a statistical trial to check for primality.
             | 
|   | isProbablyPrime(BigInteger, RandomGenerator) | 
            Performs a statistical trial to check for primality.
             | 
|   | isProbablyPrime(Int32, Int32, RandomGenerator) | 
            Performs statistic trials to check whether the number is prime.
             | 
|   | isProbablyPrime(Int64, Int32, RandomGenerator) | 
            Performs statistic trials to check whether the number is prime.
             | 
|   | isProbablyPrime(BigInteger, Int32, RandomGenerator) | 
            Performs statistic trials to check whether the number is prime.
             | 
 See Also
See Also