No description
Find a file
2023-09-23 14:16:55 +08:00
benchmark init 2023-09-22 22:48:40 +08:00
htmldocs update doc 2023-09-23 12:42:20 +08:00
src minor update 2023-09-23 14:16:55 +08:00
tests update doc 2023-09-23 12:42:20 +08:00
.gitignore init 2023-09-22 22:48:40 +08:00
getprime.nimble minor update 2023-09-23 14:16:55 +08:00
LICENSE Create LICENSE 2023-09-23 14:01:12 +08:00
readme.md Add readme.md 2023-09-23 13:39:29 +08:00

getprime

A small library in pure Nim, to generate random prime numbers, and do prime number tests. Note: don't support prime numbers larger than approximately 3037000499 (sqrt(int.high)).

Document: https://htmlpreview.github.io/?https://raw.githubusercontent.com/xjzh123/getprime/master/htmldocs/theindex.html