miller rabin composite - part-cw/lambdanative GitHub Wiki
(miller-rabin-composite? n)
Returns true if argument is composite, determined as an exception to the Miller Rabin lemma.
| Parameter | Description |
|---|---|
| n | integer |
Example
> (miller-rabin-composite? 178)
#t