zhaoyu_ma 5d3259f632 代码混淆插件. | 8 ماه پیش | |
---|---|---|
.. | ||
.github | 8 ماه پیش | |
dist | 8 ماه پیش | |
docs | 8 ماه پیش | |
packages | 8 ماه پیش | |
test | 8 ماه پیش | |
.bowerrc | 8 ماه پیش | |
.eslintignore | 8 ماه پیش | |
.eslintrc.js | 8 ماه پیش | |
LICENSE | 8 ماه پیش | |
README.md | 8 ماه پیش | |
bower.json | 8 ماه پیش | |
chance.js | 8 ماه پیش | |
gulpfile.js | 8 ماه پیش | |
package.json | 8 ماه پیش |
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.
See the full docs for details on installation and usage.
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!
https://www.victorquinn.com @victorquinn
Please feel free to reach out to me if you have any questions or suggestions.
THANK YOU!
Be a part of this project! You can run the test using the following.
npm install
npm test
This project is licensed under the MIT License so feel free to hack away :)
Proudly written in Washington, D.C.