chance

Chance - Utility library to generate anything random

  • chance

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
chance
6,3871701.1.11a year ago11 years agoMinified + gzip package size for chance in KB

Readme

Chance
Chance Logo
Build Status GitHub license GitHub stars npm jsDelivr Hits npm Coverage Status awesomeness
Chance - Random generator helper for JavaScript
Homepage: http://chancejs.com
Many more details on http://chancejs.com 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


Or view all of the dependents on npm
Know a library that uses Chance that isn't here? Update the README and submit a PR!

Author

Victor Quinn

https://www.victorquinn.com @victorquinn
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.
  1. Install dependencies from package.json by running npm install
  2. Run the test via npm test
  3. 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.