getprime

Generate random prime numbers, and do prime number tests. Note: don't support prime numbers larger than approximately 3037000499 (sqrt(int.high)).

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.1.1
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:26

Authors

  • xjzh123

Installation

nimble install getprime
choosenim install getprime
git clone https://github.com/xjzh123/getprime

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
getprime - - - - - - -

Dependencies

Package Version Optional
nim >= 1.0.0 No

Source

Repository https://github.com/xjzh123/getprime
Homepage https://github.com/xjzh123/getprime
Registry Source nimble_official

README

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