Skip to content

Commit

Permalink
Add package getprime (#2712)
Browse files Browse the repository at this point in the history
  • Loading branch information
xjzh123 authored Sep 23, 2023
1 parent de1f5d4 commit 8fed95d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 8fed95d

Please sign in to comment.