aboutsummaryrefslogtreecommitdiff
path: root/lib/random.js
AgeCommit message (Expand)AuthorFilesLines
2014-09-21[api] Added hacker module. Added default values for all methods. Cleaned up e...Marak1-0/+1
2014-09-17[feature] - add faker for currencyMQuy1-1/+8
2014-09-15[api] [refactor] Removed definitions.js file. All data definitions are now lo...Marak1-1/+0
2014-09-14[refactor] [major] Renamed variable names for consistency Closes #5 Marak1-93/+1
2014-09-11[api] [refactor] Random.number is now powered by node-mersenne instead of Mat...Marak1-2/+4
2014-09-11[api] [refactor] Replaced Math.Random calls with Random.number. Random ranges...Marak1-6/+29
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
2014-09-08Removed "this" from functions, breaks mixinsgoliatone1-22/+24
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
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
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