Packages
NamePLaneT
Version
External
Version
OwnerDescription
 cmwc.plt(1 1)1.1djhaskin987Provides functions which create a generator of random numbers using complimentary multiply-with-carry.
 miller-rabin.plt(1 4)0.1.3djhaskin987Provides the function "prime?" which takes a number N and the number of times to test it K and returns whether the number N is (probably) prime. The probability of its truth is (1 - 1 / (4^K)).

 Open tickets
Ticket IdComponentReporterTypeVersion
1535djhaskin987/miller-rabin.pltanonymousenhancement(1 4)
`prime?' function does not check if x < 2.