Add package getprime (#2712)

This commit is contained in:
xjzh123
2023-09-23 16:23:17 +02:00
committed by GitHub
parent de1f5d47a5
commit 8fed95d818
+13
View File
@@ -31465,5 +31465,18 @@
"description": "Basic wrapper for APIs of various Boorus",
"license": "LGPL-3.0-or-later",
"web": "https://github.com/filvyb/nimbooru"
},
{
"name": "getprime",
"url": "https://github.com/xjzh123/getprime",
"method": "git",
"tags": [
"math",
"prime numbers",
"random"
],
"description": "Generate random prime numbers, and do prime number tests. Note: don't support prime numbers larger than approximately 3037000499 (sqrt(int.high)).",
"license": "MIT",
"web": "https://github.com/xjzh123/getprime"
}
]