Kaba function BigInt.miller_rabin_prime ed
...
Syntax ed
func static BigInt.miller_rabin_prime(p: BigInt, count: i32) -> bool
Parameters ed
- p: BigInt
- ...
- count: i32
- ...
Return ed
...
...
func static BigInt.miller_rabin_prime(p: BigInt, count: i32) -> bool
...