nrandom 1.0.4 copy "nrandom: ^1.0.4" to clipboard
nrandom: ^1.0.4 copied to clipboard

Index random generator, return a index with customizable probability.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nrandom

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

dependencies:
  nrandom: ^1.0.4

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

Import it

Now in your Dart code, you can use:

import 'package:nrandom/nrandom.dart';
3
likes
30
pub points
0%
popularity

Publisher

verified publishernhancv.com

Index random generator, return a index with customizable probability.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on nrandom