Last updated:
0 purchases
ninja 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));
copied to clipboard
Check if number is prime #
print(randomPrimeBigInt(1024).isPrime);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.