aboutsummaryrefslogtreecommitdiff
path: root/lib/random.js
AgeCommit message (Expand)AuthorFilesLines
2021-03-24Give each faker instance its own random number generatorCharles Lowell1-4/+2
2021-03-22Linting fixes for `./lib`Marak1-81/+81
2021-03-19Fix index generationOleksandrYehorov1-1/+1
2021-03-18Improve faker.random.arrayElements performanceOleksandrYehorov1-6/+12
2021-03-09Update description of faker.random.objectElementTilo Westermann1-1/+1
2021-03-03Updates deprecation messageMarak1-5/+5
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-59/+16
2021-03-03WIP: issue-1114-datatypes-moduleLBuerstmayr1-10/+2
2021-02-11Merge pull request #1063 from DanielLipowicz/fix/incorrectVinNumberMarak1-19/+55
2020-12-01Implement issue 1062; Add random.aplha functionality to blacklist some charac...Daniel Lipowicz1-19/+55
2020-10-04Check if seed is a number or array before seeding faker.randomLuiz Strobelt1-8/+7
2020-08-23Merge pull request #683 from blslade-neumont/dev-random-wordMarak1-2/+2
2018-10-28[api] Added vehicle module #555Marak1-0/+31
2018-10-23[api] [minor] Remove `this` reference #718 #376Marak1-2/+1
2018-10-20merge with masterTyler1-1/+24
2018-09-26Add mixed options shape to the documentationTomassito1-1/+1
2018-09-21[api] [minor] Don’t use `Object.assign`Marak1-5/+8
2018-09-21[api] Add method `faker.random.float`Jimmy Cann1-0/+20
2018-08-15Ensure faker.random.word does not return more than one wordBrandon Slade1-2/+2
2017-10-15add random.alpaha with testsTyler1-0/+31
2017-09-09Revert "Update Random to create a per-instance copy of the RNG"Marak1-15/+3
2017-09-08Update Random to create a per-instance copy of the RNGChris Chambers1-3/+15
2017-09-08[minor] Fix typo in code commentMarak1-1/+1
2017-09-08Merge pull request #366 from joonhocho/masterMarak1-0/+28
2017-06-19Generate a hexaDecimal stringGokulnath Reddy1-0/+19
2017-03-01Fix generation of float numbersIvan Goncharov1-1/+3
2016-04-08add faker.random.arrayElementsJoon Ho Cho1-0/+28
2016-04-04alphaNumeric takes now count as a argumentKrzysztof Kaczor1-3/+13
2016-03-17Bitcoin supportashmothership1-0/+9
2016-03-03Install jsdoc and add doclet stubs for all methodsTobias Witt1-3/+55
2016-02-15[api] Added `random.locale` method. Closes #274Marak1-0/+4
2016-02-14[api] [minor] Move semver to System resource #304Marak1-9/+0
2016-02-14Added faker.random.semver.Justin McConnell1-0/+5
2016-02-08Merge pull request #335 from john-kurkowski/patch-1Marak1-1/+2
2016-02-06[api] Improved random methodsMarak1-1/+58
2016-01-20Fix random.uuid not using seeded number generatorJohn Kurkowski1-1/+2
2015-07-15Implemented faker.seed method for randomization seedingBrandon Dail1-3/+11
2015-07-08[api] [refactor] Rename `array_element` and `object_element` to camelCase. Se...Marak1-35/+35
2015-07-08[refactor] [major] Adds incremental browser builds. Switch to using prototype...Marak1-67/+74
2015-07-07[refactor] [dist] Allow for node to require individual locales ( to avoid the...Marak1-1/+1
2015-06-11resolves #176 Add random boolean generatorAlan Shaw1-0/+4
2015-06-10Fixing bug in random.number when max = 0Phil Greenberg1-1/+1
2015-01-07Merge pull request #152 from jdrew1303/feature/uuid_generatorMarak1-0/+10
2014-12-22Added function to generate UUIDJames Drew1-0/+10
2014-12-16update documentation of array_elementAndreas Böhrnsen1-1/+1
2014-11-28added tests and corrected the number functionMichał Kawalec1-5/+4
2014-11-28precision changes precision and max doesn't modify options objectMichał Kawalec1-10/+13
2014-09-22[api] [minor] Added default values for more methods. Cleaned up image module....Marak1-0/+1
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