ninja_prime 2.0.0 copy "ninja_prime: ^2.0.0" to clipboard
ninja_prime: ^2.0.0 copied to clipboard

Utility functions and methods to generate random BigInt, generate random prime BigInt and check if BigInt is prime.

prime #

Utility functions and methods to generate random BigInt, generate random prime BigInt and check if BigInt is prime.

Usage #

Generate random prime #

print(randomPrimeBigInt(1024));

Check if number is prime #

print(randomPrimeBigInt(1024).isPrime);
3
likes
140
points
13k
downloads

Publisher

unverified uploader

Weekly Downloads

Utility functions and methods to generate random BigInt, generate random prime BigInt and check if BigInt is prime.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on ninja_prime