miller_rabin_test
Perform probabilistic primality testing using the Miller-Rabin algorithm for cryptographic applications and mathematical verification.
Instructions
Miller-Rabin probabilistic primality test. Industry standard for cryptographic applications. (Domain: arithmetic, Category: advanced_primality)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | ||
| k | No |