probable prime - part-cw/lambdanative GitHub Wiki

(probable-prime? n)

Returns true if argument has a very high probability of being prime.

Parameter Description
n integer

Example

> (probable-prime? 127)
#t