aboutsummaryrefslogtreecommitdiff
path: root/vendor
AgeCommit message (Collapse)AuthorFilesLines
2022-01-24chore: migrate vendor (#254)Shinigami3-782/+0
2022-01-21chore: delete old examples and doc folder (#155)Damien Retzinger3-128/+357
Co-authored-by: Shinigami92 <[email protected]>
2021-03-25👍🏼Remove old public API from vendor/mersenne.jsCharles Lowell1-28/+0
2021-03-22Linting fixes for `./vendor`Marak2-365/+365
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-1/+1
Current status: - moved number(), float(), hexaDecimal(), boolean(), uuid() from random to datatype - moved respective test from random.unit to datatype.unit - tests of moved methods in random now check if DeprecationWarning is printed and respective method in datatype module is called - adapted all lib files that use moved methods (mostly number) - adapted tests of respective files to spy on the correct method - adapted README in order to promote usage of method that logs a DeprecationWarning
2020-11-27Code alignedTaras Verveha1-155/+155
2020-11-27Current faker instance passed into user-agent generate function to avoid ↵Taras Verveha1-3/+2
loading additional locales
2020-06-23Make user agent deterministicShaun Starsprung1-1/+2
2018-10-14[vendor] [minor] Removing dead codeMarak1-7/+0
2018-10-10[fix] Mersenne Twister seed_array #712Marak1-2/+2
2018-09-24[api] [fix] [refactor] Unique options into classMarak1-23/+22
* #466 #596 * Fixes scope issues with max values
2018-09-23Merge pull request #596 from richchurcher/masterMarak1-2/+5
[fix] Reset unique startTime appropriately
2018-09-22[api] [fix] user-agent randomness #521Marak1-0/+6
* Now using `faker.random.number` * Adds faker seed and mersenne
2018-01-12Reset startTime appropriatelyRich Churcher1-2/+5
2017-09-08[api] Unique compare function now configurableMarak1-3/+25
* Can now use custom compare functions * Improved comments
2017-08-20[api] First pass at `faker.unique` moduleMarak1-0/+63
* Adds unique value API for use with any method * Using in-memory store for unique values * Provides maxRetries and maxTime options * RE: #466 #245 #477
2017-02-09[refactor] [fix] Move password generator to coreMarak1-65/+0
* Migrates password generator from vendor * Removes erroneous browserifying code * Switches `Math.random` to faker random * Closes #460 * Should close #430
2015-07-15Implemented faker.seed method for randomization seedingBrandon Dail1-3/+2
2014-12-26fix random number bug (with {max: 0})linkkingjay1-1/+1
2014-09-21[api] Added internet.password method using `password-generator` library.Marak1-0/+65
[dist] Added `password-generator` to vendor Closes #33
2014-09-13[api] Added Internet.userAgent #16Marak1-0/+209
2014-09-11[api] [refactor] Random.number is now powered by node-mersenne instead of ↵Marak1-0/+287
Math.random() #48