Chance – A Random Generator Helper for JavaScript
Posted · Category: MIT License, Tools
Chance is a random generator helper for JavaScript. It is a minimalist generator of random numbers, characters, strings, names, addresses, dice, and pretty much anything else, in order to help reduce some monotony particularly while writing automated tests.
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 repeatibility, if desired. Chance is open source software and is released under the developer and business-friendly MIT license.
Requirements: JavaScript enabled
Demo: http://chancejs.com/
License: MIT License
0 Comments