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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ninja_prime

With Flutter:

 $ flutter pub add ninja_prime

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ninja_prime: ^2.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ninja_prime/ninja_prime.dart';
3
likes
140
points
13.3k
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