Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gusinacio/prime-bignumber-generator

Generates numbers and check for primality
https://github.com/gusinacio/prime-bignumber-generator

java miller-rabin prime-numbers random-number-generators

Last synced: 9 days ago
JSON representation

Generates numbers and check for primality

Awesome Lists containing this project

README

        

# prime-bignumber-generator

Generates random numbers of N bits and checks using `millerRabin` algorithm if number is prime.