[planet-announce] Updated PLaneT package: djhaskin987/miller-rabin.plt for 4.x, 3xx
This announces the availability of an updated package from PLaneT:
-------
Name: miller-rabin.plt
Package version: 1.1
Owner: djhaskin987
Package Description
provides the function "prime?" which implements the miller-rabin primality test. It takes a number N and the number of times to test it K and returns whether or not the number N is (probably) prime. Therefore, its contract can be thus given: (prime? (-> integer? integer? boolean?).
Release Notes
initial release.
-------
Go to
http://planet.racket-lang.org/display.ss?package=miller-rabin.plt&owner=djhaskin987
for more information.