node-miller-rabin

Miller Rabin algorithm for primality test

Description

This a pure javascript implementation of Miller Rabin primality test.

The Miller–Rabin primality test or Rabin–Miller primality test is a primality test: an algorithm which determines whether a given number is prime.

Like the Fermat and Solovay–Strassen tests, the Miller–Rabin test relies on an equality or set of equalities that hold true for prime values, then checks whether or not they hold for a number that is tested for primality.

Node.js is an event-based server-side JavaScript engine.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/indutny/miller-rabin


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-miller-rabin