bettiolo / oauth-signature-js

JavaScript OAuth 1.0a signature generator (RFC 5849) for node and the browser
https://www.npmjs.com/package/oauth-signature
BSD 3-Clause "New" or "Revised" License
232 stars 71 forks source link

chance.js #21

Open usernamealreadyis opened 8 years ago

usernamealreadyis commented 8 years ago

1 @usernamealreadyis usernamealreadyis chance.js …

If you create your own instance of Chance, you can provide your own seed if you would like to be repeatable or if you’d like a more truly random seed. In the below example, I am doing an AJAX call to hit Random.org to retrieve a true random number which I use to seed Chance. 22d8dba @usernamealreadyis usernamealreadyis Merge pull request #3 from usernamealreadyis/patch-1 … chance.js