aboutsummaryrefslogtreecommitdiff
path: root/test/random.unit.js
AgeCommit message (Expand)AuthorFilesLines
2021-03-25👍🏼Remove old public API from vendor/mersenne.jsCharles Lowell1-1/+1
2021-03-22Linting fixes for `./test`Marak1-5/+5
2021-03-03Fix deprecation warning testsMarak1-5/+5
2021-03-03Updates deprecation messageMarak1-5/+5
2021-03-03Issue 1114: new datatypes modulelbuerste1-17/+18
2021-03-03Issue 1114: new datatypes modulelbuerste1-0/+23
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-185/+42
2021-02-11Merge pull request #1063 from DanielLipowicz/fix/incorrectVinNumberMarak1-8/+30
2021-02-09Merge pull request #1020 from josecarlosweb/feature/remove-deprecated-assetMarak1-15/+15
2020-12-01Implement issue 1062; Add random.aplha functionality to blacklist some charac...Daniel Lipowicz1-8/+30
2020-10-04Check if seed is a number or array before seeding faker.randomLuiz Strobelt1-0/+6
2020-10-04Change deprecated assert.equalCarlos Carvalho1-15/+15
2018-10-20merge with masterTyler1-1/+113
2017-10-15Merge branch 'master' of https://github.com/Marak/faker.js into add-vehicleTyler1-1/+1
2017-10-15add random.alpaha with testsTyler1-0/+20
2017-10-12Merge pull request #360 from landretk/masterMarak1-1/+1
2017-09-09Revert "Update Random to create a per-instance copy of the RNG"Marak1-16/+0
2017-09-08Update Random to create a per-instance copy of the RNGChris Chambers1-0/+16
2017-09-08Merge pull request #366 from joonhocho/masterMarak1-0/+40
2017-06-19Generate a hexaDecimal stringGokulnath Reddy1-0/+14
2017-03-01Fix generation of float numbersIvan Goncharov1-0/+8
2016-04-08add faker.random.arrayElementsJoon Ho Cho1-0/+40
2016-04-04alphaNumeric takes now count as a argumentKrzysztof Kaczor1-0/+12
2016-03-30Added gendered names to en localeKeegan Landreth1-1/+1
2016-03-19[fix] [tests] Update lodash APIMarak1-2/+2
2016-02-14[api] [minor] Move semver to System resource #304Marak1-1/+1
2016-02-14Added faker.random.semver.Justin McConnell1-0/+12
2015-07-15Implemented faker.seed method for randomization seedingBrandon Dail1-1/+7
2015-07-08[api] [refactor] Rename `array_element` and `object_element` to camelCase. Se...Marak1-3/+3
2015-06-11resolves #176 Add random boolean generatorAlan Shaw1-0/+7
2015-06-10Adding test for negative minimum and max = 0Phil Greenberg1-0/+5
2015-06-10Fixing bug in random.number when max = 0Phil Greenberg1-1/+17
2015-04-11Fix random number unit test specEvan Sharp1-1/+1
2014-12-22Added unit test for uuid generatorJames Drew1-0/+8
2014-11-28added tests and corrected the number functionMichał Kawalec1-1/+34
2014-09-11[api] [refactor] Random.number is now powered by node-mersenne instead of Mat...Marak1-7/+1
2014-09-11[api] [refactor] Replaced Math.Random calls with Random.number. Random ranges...Marak1-9/+20
2014-09-08Fix: faker.Lorem.sentence() was ignoring the 'range' parameter.Foster Hersey1-0/+5
2014-07-23Updates to switch changes over to using 2 args to support min/maxAnthony van der Hoorn1-4/+3
2014-07-22Bug fixes and latest version.FotoVerite1-0/+22
2014-06-16random number now accepts a range array [min, max].Ed Shadi1-0/+22