From 2c9d23a53e1b8cccf11bbfd77e57deaeb719eec6 Mon Sep 17 00:00:00 2001 From: Winker Xiao Date: Mon, 15 Feb 2016 22:58:16 -0500 Subject: [PATCH] Added chance.js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39a92f6..adac3a3 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar ## Number * [Numeral-js](https://github.com/adamwdraper/Numeral-js) - A javascript library for formatting and manipulating numbers. +* [chance.js](https://github.com/victorquinn/chancejs) - Random generator helper in Javascript. Can generate numbers, strings etc. * [odometer](https://github.com/HubSpot/odometer) - Smoothly transitions numbers with ease. * [accounting.js](https://github.com/josscrowcroft/accounting.js) - A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies. * [money.js](https://github.com/josscrowcroft/money.js) - A tiny (1kb) javascript currency conversion library, for web & nodeJS.