aboutsummaryrefslogtreecommitdiff
path: root/lib/random.js
AgeCommit message (Collapse)AuthorFilesLines
2014-09-21[api] Added hacker module. Added default values for all methods. Cleaned up ↵Marak1-0/+1
errant methods. Added mustache helper.
2014-09-17[feature] - add faker for currencyMQuy1-1/+8
2014-09-15[api] [refactor] Removed definitions.js file. All data definitions are now ↵Marak1-1/+0
loaded from localized data sets, en is default locale. #116
2014-09-14[refactor] [major] Renamed variable names for consistency Closes #5 Marak1-93/+1
[refactor [major] Moved all errant methods from random.js to individual modules. Methods in random.js were causing unnecessary code complication.
2014-09-11[api] [refactor] Random.number is now powered by node-mersenne instead of ↵Marak1-2/+4
Math.random() #48
2014-09-11[api] [refactor] Replaced Math.Random calls with Random.number. Random ↵Marak1-6/+29
ranges are now inclusive of max instead of exclusive. #88 #48
2014-09-09Fix random numberMarak1-1/+1
2014-09-09Remove this scope from new phone codesMarak1-1/+1
2014-09-09add faker for phone codeMQuy1-0/+3
Conflicts: lib/definitions.js
2014-09-08Removed "this" from functions, breaks mixinsgoliatone1-22/+24
Conflicts: lib/name.js
2014-07-23Updates to switch changes over to using 2 args to support min/maxAnthony van der Hoorn1-6/+5
2014-06-16random number now accepts a range array [min, max].Ed Shadi1-2/+6
2014-02-19reverts f2f37f8FotoVerite1-12/+0
2014-02-17Merge branch 'master' of github.com:cyanos/Faker.js into cyanos-masterFotoVerite1-0/+12
Conflicts: Faker.js MinFaker.js Readme.md examples/js/Faker.js package.json
2014-02-17Fixes so build runs.FotoVerite1-0/+5
2013-11-05My take on separating male and female names. Tests passing, Coverage restored.cyanos31-12/+9
2013-06-27Add random genderRichard Butler1-0/+4
2013-06-27Split male and female names into two groupsRichard Butler1-2/+13
2013-06-12Revert "Merge pull request #59 from rschmukler/this-fix"FotoVerite1-21/+21
This reverts commit dceaccf2ca2c2ff217436404c41f2bf69f7577f6, reversing changes made to 1d28802e388277a6b75efbaa1589027879df101f.
2013-06-05Switched from this to var name to avoid context issuesRyan Schmukler1-21/+21
2013-03-19Improve perf by declaring definitions as arraysJoel Fillmore1-21/+21
2013-01-07renaming array_rand to array_elementBryan Donovan1-22/+22
2013-01-07100% test coverage.Bryan Donovan1-0/+5
2013-01-07phone number testsBryan Donovan1-0/+4
2013-01-07cleanup old codeBryan Donovan1-46/+0
2013-01-07working browser testBryan Donovan1-0/+86
2013-01-07brState() testsBryan Donovan1-0/+6
2013-01-06initial address.unit.jsBryan Donovan1-3/+7
2013-01-05refactoring to use random.jsBryan Donovan1-3/+11
2013-01-05refactoring so we do not need to use Helpers.randomize() everywhereBryan Donovan1-0/+34