aboutsummaryrefslogtreecommitdiffstats
path: root/tools/primes.py
Commit message (Collapse)AuthorAgeFilesLines
* Try skipping over the adding and just picking a new random number.Felix Laurie von Massenbach2014-06-011-3/+3
| | | | | | | | Generates a number coprime to 2, 3, 5, 7, 11. Speed: Trial div (add) : trial div (retry) : coprime 1 : 0.42 : 0.84
* Add python script to generate the bits needed for the prime generator.Felix Laurie von Massenbach2014-06-011-0/+21