Add package getprime (#2712)

This commit is contained in:
xjzh123 2023-09-23 22:23:17 +08:00 committed by GitHub
parent de1f5d47a5
commit 8fed95d818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31465,5 +31465,18 @@
"description": "Basic wrapper for APIs of various Boorus", "description": "Basic wrapper for APIs of various Boorus",
"license": "LGPL-3.0-or-later", "license": "LGPL-3.0-or-later",
"web": "https://github.com/filvyb/nimbooru" "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"
} }
] ]