chance_dart 0.0.1-beta
chance_dart: ^0.0.1-beta copied to clipboard
Random generator helper for Dart
Chance Dart - Beta #
Check back in in few days for a stable version
Chance - Random generator helper for Dart
Homepage: https://github.com/Yczar/chance-dart
Many more details on https://github.com/Yczar/chance-dart but this single library can generate random numbers, characters, strings, names, addresses, dice, and pretty much anything else.
It includes the basic building blocks for all these items and is built on top of a Mersenne Twister so it can generate these things with repeatability, if desired.
Usage #
See the full docs for details on installation and usage.
Dependent tools #
- Chance Dart CLI - Use Chance on the command line.
Know a library that uses Chance that isn't here? Update the README and submit a PR!
Author #
Babalola Ayotomide(Czar) #
Please feel free to reach out to me if you have any questions or suggestions.
Contributors #
THANK YOU!
Contribute! #
Be a part of this project! You can run the test using the following.
- Install dependencies from pubspec.yaml by running
dart pub add - Run the test via
dart test - Make some fun new modules!
This project is licensed under the MIT License so feel free to hack away :)
Proudly written in Washington, D.C.