| Packages |
| Name | PLaneT Version | External Version | Owner | Description |
|---|---|---|---|---|
| cmwc.plt | (1 1) | 1.1 | djhaskin987 | Provides functions which create a generator of random numbers using complimentary multiply-with-carry. |
| miller-rabin.plt | (1 4) | 0.1.3 | djhaskin987 | Provides 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 Id | Component | Reporter | Type | Version |
|---|---|---|---|---|
| 1535 | djhaskin987/miller-rabin.plt | anonymous | enhancement | (1 4) |
| `prime?' function does not check if x < 2. | ||||